Condividi tramite


IHostedLifecycleService.StoppedAsync(CancellationToken) Metodo

Definizione

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

Parametri

cancellationToken
CancellationToken

Indica che il processo di arresto è 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