DataServiceQuery.EndExecute(IAsyncResult) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
데이터 서비스 쿼리 실행의 비동기 작업을 완료하기 위해 호출됩니다.
public:
System::Collections::IEnumerable ^ EndExecute(IAsyncResult ^ asyncResult);
public System.Collections.IEnumerable EndExecute(IAsyncResult asyncResult);
override this.EndExecute : IAsyncResult -> System.Collections.IEnumerable
member this.EndExecute : IAsyncResult -> System.Collections.IEnumerable
Public Function EndExecute (asyncResult As IAsyncResult) As IEnumerable
매개 변수
- asyncResult
- IAsyncResult
쿼리 결과가 BeginExecute(AsyncCallback, Object) 포함된 작업의 결과입니다.
반품
IEnumerable<T> 쿼리 작업의 결과를 포함하는 항목입니다.
예외
데이터 서비스가 HTTP 404를 반환하는 경우: 리소스를 찾을 수 없음 오류입니다.