DataServiceContext.EndExecute Method (IAsyncResult)
Called to complete the BeginExecute.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public Function EndExecute ( _
asyncResult As IAsyncResult _
) As OperationResponse
'Usage
Dim instance As DataServiceContext
Dim asyncResult As IAsyncResult
Dim returnValue As OperationResponse
returnValue = instance.EndExecute(asyncResult)
public OperationResponse EndExecute(
IAsyncResult asyncResult
)
public:
OperationResponse^ EndExecute(
IAsyncResult^ asyncResult
)
member EndExecute :
asyncResult:IAsyncResult -> OperationResponse
public function EndExecute(
asyncResult : IAsyncResult
) : OperationResponse
Parameters
- asyncResult
Type: System.IAsyncResult
An IAsyncResult that represents the status of the asynchronous operation.
Return Value
Type: System.Data.Services.Client.OperationResponse
The result of the operation.