Share via


DataServiceContext.EndLoadProperty(IAsyncResult) 메서드

정의

BeginLoadProperty(Object, String, AsyncCallback, Object) 작업을 완료하기 위해 호출됩니다.

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입니다.

반환

로드 작업에 대한 응답입니다.

설명

요청 중에 또는 데이터 서비스의 응답을 처리하는 동안 오류가 발생하면 예외가 throw됩니다.

적용 대상