ServiceRegistration.LoadProfferingPackageAsync(CancellationToken) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Desencadena la llamada al Proffer(ServiceRpcDescriptor, BrokeredServiceFactory) servicio representado por este registro si el servicio aún no se ha representado.
protected public:
virtual System::Threading::Tasks::Task ^ LoadProfferingPackageAsync(System::Threading::CancellationToken cancellationToken);
protected internal virtual System.Threading.Tasks.Task LoadProfferingPackageAsync (System.Threading.CancellationToken cancellationToken);
abstract member LoadProfferingPackageAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.LoadProfferingPackageAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Protected Friend Overridable Function LoadProfferingPackageAsync (cancellationToken As CancellationToken) As Task
Parámetros
- cancellationToken
- CancellationToken
Token de cancelación.
Devoluciones
Tarea que realiza un seguimiento de la operación asincrónica.