AuthenticationStateProvider.NotifyAuthenticationStateChanged Method      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raises the AuthenticationStateChanged event.
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> -> unitProtected Sub NotifyAuthenticationStateChanged (task As Task(Of AuthenticationState))Parameters
- task
- Task<AuthenticationState>
A Task that supplies the updated AuthenticationState.