Condividi tramite


IWebHost.StopAsync(CancellationToken) Metodo

Definizione

Tentare di arrestare in modo normale l'host.

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

Parametri

cancellationToken
CancellationToken

Oggetto usato per indicare quando l'arresto non deve più essere normale.

Restituisce

Oggetto Task che viene completato al termine dell'arresto IWebHost .

Si applica a