MetadataExchangeClient.GetMetadataAsync 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
비동기 메타데이터 집합을 반환합니다.
오버로드
GetMetadataAsync() |
비동기 메타데이터 집합을 반환합니다. |
GetMetadataAsync(EndpointAddress) |
지정된 주소에서 비동기 메타데이터 집합을 반환합니다. |
GetMetadataAsync(EndpointAddress, Uri) |
지정된 경로의 지정된 주소에서 비동기 메타데이터 집합을 반환합니다. |
GetMetadataAsync(Uri, MetadataExchangeClientMode) |
지정된 다운로드 모드를 사용하여 지정된 주소에서 비동기 메타데이터 집합을 반환합니다. |
GetMetadataAsync()
비동기 메타데이터 집합을 반환합니다.
public:
System::Threading::Tasks::Task<System::ServiceModel::Description::MetadataSet ^> ^ GetMetadataAsync();
public System.Threading.Tasks.Task<System.ServiceModel.Description.MetadataSet> GetMetadataAsync ();
member this.GetMetadataAsync : unit -> System.Threading.Tasks.Task<System.ServiceModel.Description.MetadataSet>
Public Function GetMetadataAsync () As Task(Of MetadataSet)
반환
비동기 메타데이터 집합입니다.
적용 대상
GetMetadataAsync(EndpointAddress)
지정된 주소에서 비동기 메타데이터 집합을 반환합니다.
public:
System::Threading::Tasks::Task<System::ServiceModel::Description::MetadataSet ^> ^ GetMetadataAsync(System::ServiceModel::EndpointAddress ^ address);
public System.Threading.Tasks.Task<System.ServiceModel.Description.MetadataSet> GetMetadataAsync (System.ServiceModel.EndpointAddress address);
member this.GetMetadataAsync : System.ServiceModel.EndpointAddress -> System.Threading.Tasks.Task<System.ServiceModel.Description.MetadataSet>
Public Function GetMetadataAsync (address As EndpointAddress) As Task(Of MetadataSet)
매개 변수
- address
- EndpointAddress
비동기 메타데이터를 다운로드할 주소입니다.
반환
비동기 메타데이터는 주소에 있습니다.
적용 대상
GetMetadataAsync(EndpointAddress, Uri)
지정된 경로의 지정된 주소에서 비동기 메타데이터 집합을 반환합니다.
public:
System::Threading::Tasks::Task<System::ServiceModel::Description::MetadataSet ^> ^ GetMetadataAsync(System::ServiceModel::EndpointAddress ^ address, Uri ^ via);
public System.Threading.Tasks.Task<System.ServiceModel.Description.MetadataSet> GetMetadataAsync (System.ServiceModel.EndpointAddress address, Uri via);
member this.GetMetadataAsync : System.ServiceModel.EndpointAddress * Uri -> System.Threading.Tasks.Task<System.ServiceModel.Description.MetadataSet>
Public Function GetMetadataAsync (address As EndpointAddress, via As Uri) As Task(Of MetadataSet)
매개 변수
- address
- EndpointAddress
메타데이터를 다운로드할 원본 주소입니다.
- via
- Uri
메시지가 사용할 경로를 나타내는 URI 주소입니다.
반환
다운로드한 메타데이터입니다.
적용 대상
GetMetadataAsync(Uri, MetadataExchangeClientMode)
지정된 다운로드 모드를 사용하여 지정된 주소에서 비동기 메타데이터 집합을 반환합니다.
public:
System::Threading::Tasks::Task<System::ServiceModel::Description::MetadataSet ^> ^ GetMetadataAsync(Uri ^ address, System::ServiceModel::Description::MetadataExchangeClientMode mode);
public System.Threading.Tasks.Task<System.ServiceModel.Description.MetadataSet> GetMetadataAsync (Uri address, System.ServiceModel.Description.MetadataExchangeClientMode mode);
member this.GetMetadataAsync : Uri * System.ServiceModel.Description.MetadataExchangeClientMode -> System.Threading.Tasks.Task<System.ServiceModel.Description.MetadataSet>
Public Function GetMetadataAsync (address As Uri, mode As MetadataExchangeClientMode) As Task(Of MetadataSet)
매개 변수
- address
- Uri
메타데이터를 다운로드할 원본 주소입니다.
사용할 다운로드 메커니즘입니다.
반환
다운로드한 메타데이터입니다.