ClientBase<TChannel>.BeginOperationDelegate 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
當對應的非同步作業完成時,要呼叫之方法的參考。
傳回值
非同步呼叫的結果。
擴充方法
GetMethodInfo(Delegate) |
取得表示特定委派所代表之方法的物件。 |