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)

指定したデリゲートによって表されるメソッドを表すオブジェクトを取得します。

適用対象