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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET