AuthenticationStateChangedHandler Delegato

Definizione

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.

Si applica a