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) |
获取指示指定委托表示的方法的对象。 |