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)

取得表示特定委派所代表之方法的物件。

適用於