AuthenticationStateProvider.NotifyAuthenticationStateChanged 메서드

정의

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

매개 변수

task
Task<AuthenticationState>

Task 업데이트AuthenticationState된 를 제공하는 입니다.

적용 대상