次の方法で共有


WcfCommunicationListener<TServiceContract>.ICommunicationListener.OpenAsync メソッド

定義

このメソッドにより、通信リスナーが開きます。 Open が完了すると、通信リスナーが使用可能になり、メッセージを受け入れて送信します。

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 。 Task の結果はエンドポイント文字列です。

実装

適用対象