Partager via


AuthenticationStateProvider.NotifyAuthenticationStateChanged Méthode

Définition

Déclenche l’événement AuthenticationStateChanged.

protected:
 void NotifyAuthenticationStateChanged(System::Threading::Tasks::Task<Microsoft::AspNetCore::Components::Authorization::AuthenticationState ^> ^ task);
protected void NotifyAuthenticationStateChanged (System.Threading.Tasks.Task<Microsoft.AspNetCore.Components.Authorization.AuthenticationState> task);
member this.NotifyAuthenticationStateChanged : System.Threading.Tasks.Task<Microsoft.AspNetCore.Components.Authorization.AuthenticationState> -> unit
Protected Sub NotifyAuthenticationStateChanged (task As Task(Of AuthenticationState))

Paramètres

task
Task<AuthenticationState>

Task qui fournit le mis à jourAuthenticationState.

S’applique à