AuthenticationStateChangedHandler Delegate
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.
A handler for the AuthenticationStateChanged event.
public delegate void AuthenticationStateChangedHandler(Task<AuthenticationState ^> ^ task);
public delegate void AuthenticationStateChangedHandler(Task<AuthenticationState> task);
type AuthenticationStateChangedHandler = delegate of Task<AuthenticationState> -> unit
Public Delegate Sub AuthenticationStateChangedHandler(task As Task(Of AuthenticationState))
Parameters
- task
- Task<AuthenticationState>
A Task that supplies the updated AuthenticationState.