Freigeben über


IServiceProxyFactory Schnittstelle

Definition

Gibt die Schnittstelle für die Factory an, die Proxys für die Remotekommunikation mit dem angegebenen Dienst erstellt.

public interface IServiceProxyFactory
type IServiceProxyFactory = interface
Public Interface IServiceProxyFactory
Abgeleitet

Methoden

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

Erstellt einen Proxy für die Kommunikation mit dem angegebenen Dienst mithilfe der vom Dienst implementierten Remoteschnittstelle TServiceInterface.

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

Erstellt einen Proxy für die Kommunikation mit dem angegebenen Dienst mithilfe der vom Dienst implementierten Remoteschnittstelle TServiceInterface.

Gilt für: