WebHostExtensions.StopAsync(IWebHost, TimeSpan) 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.
Tenta di arrestare normalmente l'host con il timeout specificato.
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
Parametri
- host
- IWebHost
- timeout
- TimeSpan
Timeout per l'arresto normale. Una volta scaduto, il server può terminare tutte le connessioni attive rimanenti.
Restituisce
Oggetto Task che viene completato al termine dell'arresto IWebHost .