DataServiceQuery.EndExecute(IAsyncResult) 메서드

정의

데이터 서비스 쿼리 실행의 비동기 작업을 완료하기 위해 호출됩니다.

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를 반환하는 경우: 리소스를 찾을 수 없음 오류입니다.

적용 대상