RemoteAuthenticatorViewCore<TAuthenticationState>.OnParametersSetAsync 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.
Method invoked when the component has received parameters from its parent in the render tree, and the incoming values have been assigned to properties.
protected:
override System::Threading::Tasks::Task ^ OnParametersSetAsync();
protected override System.Threading.Tasks.Task OnParametersSetAsync ();
override this.OnParametersSetAsync : unit -> System.Threading.Tasks.Task
Protected Overrides Function OnParametersSetAsync () As Task
Returns
A Task representing any asynchronous operation.