MetadataExchangeClient.GetMetadataAsync 메서드

정의

비동기 메타데이터 집합을 반환합니다.

오버로드

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)

반환

Task<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

비동기 메타데이터를 다운로드할 주소입니다.

반환

Task<MetadataSet>

비동기 메타데이터는 주소에 있습니다.

적용 대상

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 주소입니다.

반환

Task<MetadataSet>

다운로드한 메타데이터입니다.

적용 대상

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

메타데이터를 다운로드할 원본 주소입니다.

mode
MetadataExchangeClientMode

사용할 다운로드 메커니즘입니다.

반환

Task<MetadataSet>

다운로드한 메타데이터입니다.

적용 대상