Partager via


WebHostExtensions.StopAsync(IWebHost, TimeSpan) Méthode

Définition

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.

S’applique à