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)

戻り値

非同期のメタデータ セット。

適用対象

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

メタデータのダウンロード元のアドレス。

mode
MetadataExchangeClientMode

使用するダウンロード メカニズム。

戻り値

ダウンロードされるメタデータ。

適用対象