Condividi tramite


IHostedLifecycleService.StartedAsync(CancellationToken) Metodo

Definizione

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

Parametri

cancellationToken
CancellationToken

Indica che il processo di avvio è stato interrotto.

Restituisce

Oggetto Task che rappresenta l'operazione asincrona.

Eccezioni

Il token di annullamento è stato annullato. Questa eccezione viene archiviata nell'attività restituita.

Si applica a