Partager via


WebHostExtensions.RunAsync(IWebHost, CancellationToken) Méthode

Définition

Exécute une application web et retourne une tâche qui se termine uniquement lorsque le jeton est déclenché ou l’arrêt est déclenché.

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

Paramètres

host
IWebHost

IWebHost à exécuter.

token
CancellationToken

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

Retours

S’applique à