AuthenticationStateProvider.NotifyAuthenticationStateChanged Método

Definição

Aciona o evento 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))

Parâmetros

task
Task<AuthenticationState>

Um Task que fornece o atualizado AuthenticationState.

Aplica-se a