Partager via


WebHostExtensions.WaitForShutdownAsync(IWebHost, CancellationToken) Méthode

Définition

Retourne une tâche qui se termine lorsque l’arrêt est déclenché via le jeton donné, Ctrl+C ou SIGTERM.

public static System.Threading.Tasks.Task WaitForShutdownAsync (this Microsoft.AspNetCore.Hosting.IWebHost host, System.Threading.CancellationToken token = default);
static member WaitForShutdownAsync : Microsoft.AspNetCore.Hosting.IWebHost * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function WaitForShutdownAsync (host As IWebHost, Optional token As CancellationToken = Nothing) As Task

Paramètres

host
IWebHost

IWebHost.en cours d’exécution.

token
CancellationToken

Jeton permettant de déclencher l’arrêt.

Retours

Task qui se termine lorsque l’arrêt est déclenché via Ctrl+C ou SIGTERM.

S’applique à