AuthenticationStateChangedHandler Délégué
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.
Gestionnaire de l’événement AuthenticationStateChanged .
public delegate void AuthenticationStateChangedHandler(Task<AuthenticationState ^> ^ task);
public delegate void AuthenticationStateChangedHandler(Task<AuthenticationState> task);
type AuthenticationStateChangedHandler = delegate of Task<AuthenticationState> -> unit
Public Delegate Sub AuthenticationStateChangedHandler(task As Task(Of AuthenticationState))
Paramètres
- task
- Task<AuthenticationState>
Task qui fournit le mis à jour AuthenticationState.