ProxyBase.InvokeV2(Int32, Int32, IServiceRemotingRequestMessageBody) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET