DataServiceContext.EndLoadProperty(IAsyncResult) 方法

定义

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.QueryOperationResponse
Public Function EndLoadProperty (asyncResult As IAsyncResult) As QueryOperationResponse

参数

asyncResult
IAsyncResult

表示异步操作状态的 IAsyncResult

返回

对加载操作的响应。

注解

如果在请求期间出错或在处理来自数据服务的响应时出错,则会引发异常。

适用于