SiloLifecycleSubject.OnStart(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.
Manipule as notificações de início.
public override System.Threading.Tasks.Task OnStart (System.Threading.CancellationToken ct);
public override System.Threading.Tasks.Task OnStart (System.Threading.CancellationToken cancellationToken = default);
override this.OnStart : System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.OnStart : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overrides Function OnStart (ct As CancellationToken) As Task
Public Overrides Function OnStart (Optional cancellationToken As CancellationToken = Nothing) As Task
Parâmetros
- ctcancellationToken
- CancellationToken
Retornos
Um Task que representa a operação.