MetadataExchangeClient.EndGetMetadata(IAsyncResult) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Termine un appel de méthode asynchrone qui retourne MetadataSet.
public:
System::ServiceModel::Description::MetadataSet ^ EndGetMetadata(IAsyncResult ^ result);
public System.ServiceModel.Description.MetadataSet EndGetMetadata (IAsyncResult result);
member this.EndGetMetadata : IAsyncResult -> System.ServiceModel.Description.MetadataSet
Public Function EndGetMetadata (result As IAsyncResult) As MetadataSet
Paramètres
- result
- IAsyncResult
Objet IAsyncResult reçu d'un appel à la méthode BeginGetMetadata.
Retours
MetadataSet qui contient les métadonnées téléchargées.
Remarques
Termine l'une des méthodes asynchrones BeginGetMetadata pour retourner les métadonnées téléchargées.