DataServiceContext.EndLoadProperty(IAsyncResult) Method

Definition

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

Parameters

asyncResult
IAsyncResult

An IAsyncResult that represents the status of the asynchronous operation.

Returns

The response to the load operation.

Applies to