WebHostExtensions.StopAsync(IWebHost, TimeSpan) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Tente d’arrêter normalement l’hôte avec le délai d’attente donné.
public:
[System::Runtime::CompilerServices::Extension]
static System::Threading::Tasks::Task ^ StopAsync(Microsoft::AspNetCore::Hosting::IWebHost ^ host, TimeSpan timeout);
public static System.Threading.Tasks.Task StopAsync (this Microsoft.AspNetCore.Hosting.IWebHost host, TimeSpan timeout);
static member StopAsync : Microsoft.AspNetCore.Hosting.IWebHost * TimeSpan -> System.Threading.Tasks.Task
<Extension()>
Public Function StopAsync (host As IWebHost, timeout As TimeSpan) As Task
Paramètres
- host
- IWebHost
- timeout
- TimeSpan
Délai d’attente pour l’arrêt normal. Une fois le délai expiré, le serveur peut mettre fin à toutes les connexions actives restantes.
Retours
Task qui se termine lorsque le s’arrêteIWebHost.