Condividi tramite


WebHostExtensions.RunAsync(IWebHost, CancellationToken) Metodo

Definizione

Esegue un'applicazione Web e restituisce un'attività che viene completata solo quando il token viene attivato o arrestato.

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

Parametri

host
IWebHost

Oggetto IWebHost da eseguire.

token
CancellationToken

Token per l'attivazione dell'arresto.

Restituisce

Si applica a