MetadataResolver.EndResolve(IAsyncResult) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
비동기 호출을 완료하여 메타데이터를 엔드포인트 컬렉션으로 확인합니다.
public:
static System::ServiceModel::Description::ServiceEndpointCollection ^ EndResolve(IAsyncResult ^ result);
public static System.ServiceModel.Description.ServiceEndpointCollection EndResolve (IAsyncResult result);
static member EndResolve : IAsyncResult -> System.ServiceModel.Description.ServiceEndpointCollection
Public Shared Function EndResolve (result As IAsyncResult) As ServiceEndpointCollection
매개 변수
- result
- IAsyncResult
IAsyncResult 메서드를 호출하여 받은 BeginResolve 개체입니다.
반환
메타데이터에 포함된 엔드포인트에 대한 ServiceEndpoint 개체 컬렉션입니다.
설명
BeginResolve 메서드 중 하나에 대한 비동기 호출을 종료합니다.