Share via


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,表示非同步作業的狀態。

傳回

載入作業的回應。

備註

如果在要求期間或處理來自資料服務的要求時發生錯誤,則會擲回例外狀況 (Exception)。

適用於