DataServiceContext.EndExecuteBatch(IAsyncResult) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
System::Data::Services::Client::DataServiceResponse ^ EndExecuteBatch(IAsyncResult ^ asyncResult);
public System.Data.Services.Client.DataServiceResponse EndExecuteBatch(IAsyncResult asyncResult);
member this.EndExecuteBatch : IAsyncResult -> System.Data.Services.Client.DataServiceResponse
Public Function EndExecuteBatch (asyncResult As IAsyncResult) As DataServiceResponse
参数
- asyncResult
- IAsyncResult
一个 IAsyncResult 表示异步操作的状态。
返回
指示 DataServiceResult 批处理操作结果的对象。
注解
将一组查询作为批处理提交到数据服务。 单个查询响应表示为 DataServiceResponse 派生自 OperationResponse 可从实例访问 DataServiceResponse 的对象。