ProxyBase.InvokeAsyncV2 メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
リモート オブジェクトに要求を送信し、応答を返すために、生成されたプロキシ クラスによって呼び出されます。
protected System.Threading.Tasks.Task<Microsoft.ServiceFabric.Services.Remoting.V2.IServiceRemotingResponseMessageBody> InvokeAsyncV2 (int interfaceId, int methodId, string methodName, Microsoft.ServiceFabric.Services.Remoting.V2.IServiceRemotingRequestMessageBody requestMsgBodyValue, System.Threading.CancellationToken cancellationToken);
member this.InvokeAsyncV2 : int * int * string * Microsoft.ServiceFabric.Services.Remoting.V2.IServiceRemotingRequestMessageBody * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.ServiceFabric.Services.Remoting.V2.IServiceRemotingResponseMessageBody>
Protected Function InvokeAsyncV2 (interfaceId As Integer, methodId As Integer, methodName As String, requestMsgBodyValue As IServiceRemotingRequestMessageBody, cancellationToken As CancellationToken) As Task(Of IServiceRemotingResponseMessageBody)
パラメーター
- interfaceId
- Int32
リモート インターフェイスの ID。
- methodId
- Int32
呼び出されるリモート メソッドの ID。
- methodName
- String
呼び出されるリモート処理メソッドの名前
- requestMsgBodyValue
- IServiceRemotingRequestMessageBody
要求本文。
- cancellationToken
- CancellationToken
キャンセル トークン
戻り値
リモート オブジェクトへの非同期操作非同期呼び出しを表すタスク。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET