ProxyBase.InvokeV2(Int32, Int32, IServiceRemotingRequestMessageBody) Method

Definition

Called by the generated proxy class to send the requestMessage to the remote object.

protected void InvokeV2 (int interfaceId, int methodId, Microsoft.ServiceFabric.Services.Remoting.V2.IServiceRemotingRequestMessageBody requestMsgBodyValue);
member this.InvokeV2 : int * int * Microsoft.ServiceFabric.Services.Remoting.V2.IServiceRemotingRequestMessageBody -> unit
Protected Sub InvokeV2 (interfaceId As Integer, methodId As Integer, requestMsgBodyValue As IServiceRemotingRequestMessageBody)

Parameters

interfaceId
Int32

Id of the remote interface.

methodId
Int32

Id of the remote method to be invokved.

requestMsgBodyValue
IServiceRemotingRequestMessageBody

Message body to be sent to remote object.

Applies to