다음을 통해 공유


MetadataResolver.EndResolve(IAsyncResult) 메서드

정의

비동기 호출을 완료하여 메타데이터를 엔드포인트 컬렉션으로 확인합니다.

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

반환

ServiceEndpointCollection

메타데이터에 포함된 엔드포인트에 대한 ServiceEndpoint 개체 컬렉션입니다.

설명

BeginResolve 메서드 중 하나에 대한 비동기 호출을 종료합니다.

적용 대상