DataServiceContext.EndLoadProperty 메서드
BeginLoadProperty 작업을 완료하기 위해 호출됩니다.
네임스페이스: System.Data.Services.Client
어셈블리: Microsoft.Data.Services.Client(Microsoft.Data.Services.Client.dll)
구문
‘선언
Public Function EndLoadProperty ( _
asyncResult As IAsyncResult _
) As QueryOperationResponse
‘사용 방법
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
매개 변수
- asyncResult
유형: System.IAsyncResult
비동기 작업의 상태를 나타내는 IAsyncResult입니다.
반환 값
유형: System.Data.Services.Client.QueryOperationResponse
로드 작업에 대한 응답입니다.
주의
요청하는 동안 또는 데이터 서비스의 응답을 처리하는 동안 오류가 발생하면 예외가 throw됩니다.