ClientBase<TChannel>.BeginOperationDelegate 代理人

定義

protected:  where TChannel : classdelegate IAsyncResult ^ ClientBase<TChannel>::BeginOperationDelegate(cli::array <System::Object ^> ^ inValues, AsyncCallback ^ asyncCallback, System::Object ^ state);
protected delegate IAsyncResult ClientBase<TChannel>.BeginOperationDelegate(object[] inValues, AsyncCallback asyncCallback, object state) where TChannel : class;
Protected Delegate Function ClientBase(Of TChannel).BeginOperationDelegate(inValues As Object(), asyncCallback As AsyncCallback, state As Object) As IAsyncResult 

參數

inValues
Object[]

非同步呼叫的輸入值。

asyncCallback
AsyncCallback

當對應的非同步作業完成時,要呼叫之方法的參考。

state
Object

讓用戶端辨別不同非同步呼叫的 Object, 可在事件完成回呼的引數參數中提供用戶端使用。

傳回值

非同步呼叫的結果。

擴充方法

GetMethodInfo(Delegate)

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

適用於