ClientBase<TChannel>.ChannelBase<T>.EndInvoke メソッド

定義

指定されたメソッドの名前による非同期呼び出しを完了します。

protected:
 System::Object ^ EndInvoke(System::String ^ methodName, cli::array <System::Object ^> ^ args, IAsyncResult ^ result);
protected object EndInvoke (string methodName, object[] args, IAsyncResult result);
member this.EndInvoke : string * obj[] * IAsyncResult -> obj
Protected Function EndInvoke (methodName As String, args As Object(), result As IAsyncResult) As Object

パラメーター

methodName
String

非同期的に呼び出されたメソッドの名前。

args
Object[]

呼び出されたメソッドに渡す引数の配列。

result
IAsyncResult

呼び出しで返された結果。

戻り値

呼び出されたメソッドによる Object 出力。

適用対象