IHostLifetime.StopAsync(CancellationToken) Método

Definição

Chamado de StopAsync(CancellationToken) para indicar que o host está sendo interrompido e é hora de desligar.Called from StopAsync(CancellationToken) to indicate that the host is stopping and it's time to shut down.

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

Parâmetros

cancellationToken
CancellationToken

Usado para indicar quando a interrupção não deve mais ser normal.Used to indicate when stop should no longer be graceful.

Retornos

Task

Um Task.A Task.

Aplica-se a