DataServiceContext.EndLoadProperty(IAsyncResult) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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)。