HostingAbstractionsHostExtensions.StopAsync(IHost, TimeSpan) Yöntem

Tanım

Verilen zaman aşımıyla konağı düzgün bir şekilde durdurmayı dener.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Threading::Tasks::Task ^ StopAsync(Microsoft::Extensions::Hosting::IHost ^ host, TimeSpan timeout);
public static System.Threading.Tasks.Task StopAsync (this Microsoft.Extensions.Hosting.IHost host, TimeSpan timeout);
static member StopAsync : Microsoft.Extensions.Hosting.IHost * TimeSpan -> System.Threading.Tasks.Task
<Extension()>
Public Function StopAsync (host As IHost, timeout As TimeSpan) As Task

Parametreler

host
IHost

Durdurulacak IHost yer.

timeout
TimeSpan

Düzgün bir şekilde durdurmak için zaman aşımı. Süresi dolduktan sonra sunucu kalan tüm etkin bağlantıları sonlandırabilir.

Döndürülenler

Zaman Task uyumsuz işlemi temsil eden.

Şunlara uygulanır