Share via


ServiceRemotingMessageDispatcher.GetRemotingMessageBodyFactory Method

Definition

Gets the factory used for creating the remoting response message bodies.

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

Returns

The factory used by this dispatcher for creating the remoting response message bodies.

Implements

Applies to