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 輸出。

適用於