Udostępnij za pośrednictwem


IHostedLifecycleService.StartedAsync(CancellationToken) Metoda

Definicja

public:
 System::Threading::Tasks::Task ^ StartedAsync(System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task StartedAsync (System.Threading.CancellationToken cancellationToken);
abstract member StartedAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function StartedAsync (cancellationToken As CancellationToken) As Task

Parametry

cancellationToken
CancellationToken

Wskazuje, że proces uruchamiania został przerwany.

Zwraca

Element Task reprezentujący operację asynchroniczną.

Wyjątki

Token anulowania został anulowany. Ten wyjątek jest przechowywany w zwróconym zadaniu.

Dotyczy