AuthenticationStateProvider.NotifyAuthenticationStateChanged Método

Definición

Genera el 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>

que Task proporciona el objeto actualizado AuthenticationState.

Se aplica a