Compartir a través de


WcfServiceRemotingProviderAttribute.CreateServiceRemotingClientFactoryV2 Método

Definición

Crea un generador de cliente de comunicación remota de servicio que puede usar ServiceProxyFactory para crear un proxy para la interfaz remota del servicio.

public override Microsoft.ServiceFabric.Services.Remoting.V2.Client.IServiceRemotingClientFactory CreateServiceRemotingClientFactoryV2 (Microsoft.ServiceFabric.Services.Remoting.V2.Client.IServiceRemotingCallbackMessageHandler callbackMessageHandler);
override this.CreateServiceRemotingClientFactoryV2 : Microsoft.ServiceFabric.Services.Remoting.V2.Client.IServiceRemotingCallbackMessageHandler -> Microsoft.ServiceFabric.Services.Remoting.V2.Client.IServiceRemotingClientFactory
Public Overrides Function CreateServiceRemotingClientFactoryV2 (callbackMessageHandler As IServiceRemotingCallbackMessageHandler) As IServiceRemotingClientFactory

Parámetros

callbackMessageHandler
IServiceRemotingCallbackMessageHandler

Implementación del cliente donde se deben enviar las devoluciones de llamada.

Devoluciones

Un objeto WcfServiceRemotingClientFactory.

Se aplica a