WebHostExtensions.WaitForShutdownAsync(IWebHost, CancellationToken) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
- token
- CancellationToken
Token per l'attivazione dell'arresto.
Restituisce
Oggetto Task che viene completato quando viene attivato l'arresto tramite CTRL+C o SIGTERM.