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

WcfCommunicationListener<TServiceContract>.ICommunicationListener.OpenAsync 方法

定义

此方法会导致打开通信侦听器。 打开完成后,通信侦听器将变为可用 - 接受并发送消息。

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

参数

cancellationToken
CancellationToken

取消令牌

返回

表示未完成操作的任务。 Task 的结果是终结点字符串。

实现

适用于