Bagikan melalui


WebHostExtensions.StopAsync(IWebHost, TimeSpan) Metode

Definisi

Upaya untuk menghentikan tuan rumah dengan baik dengan batas waktu yang diberikan.

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

Parameter

host
IWebHost
timeout
TimeSpan

Waktu habis untuk berhenti dengan anggun. Setelah kedaluwarsa, server dapat menghentikan koneksi aktif yang tersisa.

Mengembalikan

Yang Task selesai ketika berhenti IWebHost .

Berlaku untuk