Compartir a través de


FabricTransportServiceRemotingProviderAttribute.CreateServiceRemotingClientFactoryV2 Método

Definición

Crea un generador de cliente de comunicación remota de servicio V2 para conectarse al servicio a través de interfaces de servicio remotos.

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 FabricTransportServiceRemotingClientFactory elemento como IServiceRemotingClientFactory que se puede usar con ServiceProxyFactory para generar el proxy de servicio para comunicarse con un servicio sin estado o con estado a través de la interfaz de actor remoto.

Se aplica a