DataServiceActionQuery.EndExecute(IAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called to complete the BeginExecute(AsyncCallback, Object).
public Microsoft.OData.Client.OperationResponse EndExecute (IAsyncResult asyncResult);
member this.EndExecute : IAsyncResult -> Microsoft.OData.Client.OperationResponse
Public Function EndExecute (asyncResult As IAsyncResult) As OperationResponse
Parameters
- asyncResult
- IAsyncResult
An IAsyncResult that represents the status of the asynchronous operation.
Returns
The result of the operation.
Remarks
This method should be used in combination with the BeginExecute overload which expects the request uri to end with an action that returns void.