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)

获取一个对象,该对象表示由指定委托表示的方法。

适用于