次の方法で共有


WcfCommunicationListener<TServiceContract>.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

キャンセル トークン

戻り値

未処理の操作を表す Task

実装

適用対象