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

适用于