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:
 System::Data::Services::Client::QueryOperationResponse ^ EndLoadProperty(IAsyncResult ^ asyncResult);public System.Data.Services.Client.QueryOperationResponse EndLoadProperty(IAsyncResult asyncResult);member this.EndLoadProperty : IAsyncResult -> System.Data.Services.Client.QueryOperationResponsePublic Function EndLoadProperty (asyncResult As IAsyncResult) As QueryOperationResponseParameters
- asyncResult
- IAsyncResult
An IAsyncResult that represents the status of the asynchronous operation.
Returns
The response to the load operation.
Remarks
If an error occurs during the request or while processing the response from the data service, an exception is thrown.