DataServiceContext.EndExecuteBatch(IAsyncResult) Method

Definition

public virtual Microsoft.OData.Client.DataServiceResponse EndExecuteBatch (IAsyncResult asyncResult);
abstract member EndExecuteBatch : IAsyncResult -> Microsoft.OData.Client.DataServiceResponse
override this.EndExecuteBatch : IAsyncResult -> Microsoft.OData.Client.DataServiceResponse
Public Overridable Function EndExecuteBatch (asyncResult As IAsyncResult) As DataServiceResponse

Parameters

asyncResult
IAsyncResult

An IAsyncResult that represents the status of the asynchronous operation.

Returns

The DataServiceResult object that indicates the result of the batch operation.

Applies to