Compartir a través de


IServiceProxyFactory Interfaz

Definición

Especifica la interfaz del generador que crea servidores proxy para la comunicación remota con el servicio especificado.

public interface IServiceProxyFactory
type IServiceProxyFactory = interface
Public Interface IServiceProxyFactory
Derivado

Métodos

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

Crea un proxy para comunicarse con el servicio especificado mediante la interfaz remota TServiceInterface que implementa el servicio.

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

Crea un proxy para comunicarse con el servicio especificado mediante la interfaz remota TServiceInterface que implementa el servicio.

Se aplica a