DataServiceContext.EndLoadProperty(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 BeginLoadProperty(Object, String, AsyncCallback, Object) operation.
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.