ClientBase<TChannel>.EndOperationDelegate 委托

定义

protected:  where TChannel : classdelegate cli::array <System::Object ^> ^ ClientBase<TChannel>::EndOperationDelegate(IAsyncResult ^ result);
protected delegate object[] ClientBase<TChannel>.EndOperationDelegate(IAsyncResult result) where TChannel : class;
Protected Delegate Function ClientBase(Of TChannel).EndOperationDelegate(result As IAsyncResult) As Object() 

参数

返回值

Object[]

一个 Object 数组,包含调用异步方法的结果。 此项操作可能会有多个返回值,这些值都将返回到该对象数组中。

扩展方法

GetMethodInfo(Delegate)

获取指示指定委托表示的方法的对象。

适用于