IssuedSecurityTokenProvider.EndOpen(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.
Met fin à l'appel asynchrone pour l'ouverture du fournisseur.
public:
virtual void EndOpen(IAsyncResult ^ result);
public void EndOpen (IAsyncResult result);
abstract member EndOpen : IAsyncResult -> unit
override this.EndOpen : IAsyncResult -> unit
Public Sub EndOpen (result As IAsyncResult)
Paramètres
- result
- IAsyncResult
Objet IAsyncResult qui représente le résultat d'une opération asynchrone.