Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called to complete the BeginLoadProperty operation.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public Function EndLoadProperty ( _
asyncResult As IAsyncResult _
) As QueryOperationResponse
'Usage
Dim instance As DataServiceContext
Dim asyncResult As IAsyncResult
Dim returnValue As QueryOperationResponse
returnValue = instance.EndLoadProperty(asyncResult)
public QueryOperationResponse EndLoadProperty(
IAsyncResult asyncResult
)
public:
QueryOperationResponse^ EndLoadProperty(
IAsyncResult^ asyncResult
)
member EndLoadProperty :
asyncResult:IAsyncResult -> QueryOperationResponse
public function EndLoadProperty(
asyncResult : IAsyncResult
) : QueryOperationResponse
Parameters
- asyncResult
Type: System.IAsyncResult
An IAsyncResult that represents the status of the asynchronous operation.
Return Value
Type: System.Data.Services.Client.QueryOperationResponse
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.