Share via


WcfServiceRemotingProviderAttribute.CreateServiceRemotingClientFactoryV2 Method

Definition

Creates a service remoting client factory that can be used by the ServiceProxyFactory to create a proxy for the remoted interface of the service.

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

Parameters

callbackMessageHandler
IServiceRemotingCallbackMessageHandler

Client implementation where the callbacks should be dispatched.

Returns

A WcfServiceRemotingClientFactory.

Applies to