IssuedSecurityTokenProvider.BeginGetTokenCore 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.
Commence à obtenir le noyau du jeton de façon asynchrone.
protected:
override IAsyncResult ^ BeginGetTokenCore(TimeSpan timeout, AsyncCallback ^ callback, System::Object ^ state);
protected override IAsyncResult BeginGetTokenCore (TimeSpan timeout, AsyncCallback callback, object state);
override this.BeginGetTokenCore : TimeSpan * AsyncCallback * obj -> IAsyncResult
Protected Overrides Function BeginGetTokenCore (timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult
Paramètres
- callback
- AsyncCallback
Méthode AsyncCallback à exécuter lorsque l'opération est terminée.
Retours
Objet IAsyncResult qui représente le résultat d'une opération asynchrone.