IServiceRemotingCallbackClient.GetRemotingMessageBodyFactory Method

Definition

Gets a factory for creating the remoting request message body to send remoting messages from listener to the client.

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