你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WcfServiceRemotingListener.ICommunicationListener.CloseAsync 方法

定义

此方法会导致通信侦听器关闭。 Close 是一种终端状态,此方法允许通信侦听器正常转换为此状态。

System.Threading.Tasks.Task ICommunicationListener.CloseAsync (System.Threading.CancellationToken cancellationToken);
abstract member Microsoft.ServiceFabric.Services.Communication.Runtime.ICommunicationListener.CloseAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.Microsoft.ServiceFabric.Services.Communication.Runtime.ICommunicationListener.CloseAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Function CloseAsync (cancellationToken As CancellationToken) As Task Implements ICommunicationListener.CloseAsync

参数

cancellationToken
CancellationToken

取消令牌

返回

表示未完成操作的任务。

实现

适用于