次の方法で共有


IServiceProxyFactory インターフェイス

定義

指定したサービスへのリモート通信用のプロキシを作成するファクトリのインターフェイスを指定します。

public interface IServiceProxyFactory
type IServiceProxyFactory = interface
Public Interface IServiceProxyFactory
派生

メソッド

CreateNonIServiceProxy<TServiceInterface>(Uri, ServicePartitionKey, TargetReplicaSelector, String)

サービスが実装するリモート インターフェイス TServiceInterface を使用して、指定されたサービスと通信するプロキシを作成します。

CreateServiceProxy<TServiceInterface>(Uri, ServicePartitionKey, TargetReplicaSelector, String)

サービスが実装するリモート インターフェイス TServiceInterface を使用して、指定されたサービスと通信するプロキシを作成します。

適用対象