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 執行個體存取這些物件。