Condividi tramite


WebHostExtensions.WaitForShutdownAsync(IWebHost, CancellationToken) Metodo

Definizione

Restituisce un'attività che viene completata quando viene attivato l'arresto tramite il token specificato, CTRL+C o 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

Parametri

host
IWebHost

Oggetto IWebHost in esecuzione.

token
CancellationToken

Token per l'attivazione dell'arresto.

Restituisce

Oggetto Task che viene completato quando viene attivato l'arresto tramite CTRL+C o SIGTERM.

Si applica a