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來表示。