Share via


DataServiceActionQuery.EndExecute(IAsyncResult) Method

Definition

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.

Applies to