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