Share via


AuthenticationStateProvider.NotifyAuthenticationStateChanged Methode

Definition

Löst das AuthenticationStateChanged-Ereignis aus.

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))

Parameter

task
Task<AuthenticationState>

Ein Task , der das aktualisierte AuthenticationStatebereitstellt.

Gilt für: