IServiceRemotingClientFactory.GetRemotingMessageBodyFactory Method

Definition

Gets a factory for creating the remoting message bodies.

public Microsoft.ServiceFabric.Services.Remoting.V2.IServiceRemotingMessageBodyFactory GetRemotingMessageBodyFactory ();
abstract member GetRemotingMessageBodyFactory : unit -> Microsoft.ServiceFabric.Services.Remoting.V2.IServiceRemotingMessageBodyFactory
Public Function GetRemotingMessageBodyFactory () As IServiceRemotingMessageBodyFactory

Returns

A factory for creating the remoting message bodies

Applies to