AuthenticationStateChangedHandler Delegato
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Gestore dell'evento 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))
Parametri
- task
- Task<AuthenticationState>
Oggetto Task che fornisce l'oggetto aggiornato AuthenticationState.