次の方法で共有


WcfCommunicationClientFactory<TServiceContract>.CreateClientAsync メソッド

定義

指定されたエンドポイント アドレスの通信クライアントを作成します。

protected override System.Threading.Tasks.Task<Microsoft.ServiceFabric.Services.Communication.Wcf.Client.WcfCommunicationClient<TServiceContract>> CreateClientAsync (string endpoint, System.Threading.CancellationToken cancellationToken);
override this.CreateClientAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.ServiceFabric.Services.Communication.Wcf.Client.WcfCommunicationClient<'ServiceContract>>
Protected Overrides Function CreateClientAsync (endpoint As String, cancellationToken As CancellationToken) As Task(Of WcfCommunicationClient(Of TServiceContract))

パラメーター

endpoint
String

サービスがリッスンしているエンドポイント アドレス

cancellationToken
CancellationToken

キャンセル トークン

戻り値

Task<WcfCommunicationClient<TServiceContract>>

作成された通信クライアント

適用対象