次の方法で共有


WcfCommunicationClientFactory<TServiceContract> コンストラクター

定義

WcfCommunicationClientFactory<TServiceContract> クラスの新しいインスタンスを初期化します。

public WcfCommunicationClientFactory (System.ServiceModel.Channels.Binding clientBinding = default, System.Collections.Generic.IEnumerable<Microsoft.ServiceFabric.Services.Communication.Client.IExceptionHandler> exceptionHandlers = default, Microsoft.ServiceFabric.Services.Client.IServicePartitionResolver servicePartitionResolver = default, string traceId = default, object callback = default);
new Microsoft.ServiceFabric.Services.Communication.Wcf.Client.WcfCommunicationClientFactory<'ServiceContract (requires 'ServiceContract : null)> : System.ServiceModel.Channels.Binding * seq<Microsoft.ServiceFabric.Services.Communication.Client.IExceptionHandler> * Microsoft.ServiceFabric.Services.Client.IServicePartitionResolver * string * obj -> Microsoft.ServiceFabric.Services.Communication.Wcf.Client.WcfCommunicationClientFactory<'ServiceContract (requires 'ServiceContract : null)>
Public Sub New (Optional clientBinding As Binding = Nothing, Optional exceptionHandlers As IEnumerable(Of IExceptionHandler) = Nothing, Optional servicePartitionResolver As IServicePartitionResolver = Nothing, Optional traceId As String = Nothing, Optional callback As Object = Nothing)

パラメーター

clientBinding
Binding

クライアントに使用する WCF バインディング。 クライアント バインドが指定されていない場合、または null の場合は、セキュリティなしで をNetTcpBinding作成する メソッドを使用してCreateTcpClientBinding(Int64, TimeSpan, TimeSpan)、既定のクライアント バインドが作成されます。

exceptionHandlers
IEnumerable<IExceptionHandler>

サービスとの通信で発生した例外を処理する例外ハンドラー。

servicePartitionResolver
IServicePartitionResolver

サービス エンドポイントを解決するためのサービス パーティション リゾルバー。 指定しない場合は、 によって GetDefault() 返される既定のサービス パーティション リゾルバーが使用されます。

traceId
String

このコンポーネント診断トレースで使用する ID。

callback
Object

サービスからコールバックを受信するコールバック クライアント。

適用対象