ServiceRegistration.LoadProfferingPackageAsync(CancellationToken) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Dispara a chamada para Proffer(ServiceRpcDescriptor, BrokeredServiceFactory) o serviço representado por esse registro se o serviço ainda não tiver sido oferecido.
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
Um token de cancelamento.
Retornos
Uma tarefa que rastreia a operação assíncrona.