TestServer.IServer.StopAsync(CancellationToken) 方法

定义

 virtual System::Threading::Tasks::Task ^ Microsoft.AspNetCore.Hosting.Server.IServer.StopAsync(System::Threading::CancellationToken cancellationToken) = Microsoft::AspNetCore::Hosting::Server::IServer::StopAsync;
System.Threading.Tasks.Task IServer.StopAsync (System.Threading.CancellationToken cancellationToken);
abstract member Microsoft.AspNetCore.Hosting.Server.IServer.StopAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.Microsoft.AspNetCore.Hosting.Server.IServer.StopAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Function StopAsync (cancellationToken As CancellationToken) As Task Implements IServer.StopAsync

参数

cancellationToken
CancellationToken

返回

实现

适用于