InvokeAsync(IProtectedContext, InvokeConfiguration, string)

Command which will execute the current step of the current wizard and then load up the next step. This is synonymous as invoking the 'Next' button on the step panel. This command requires the UI, is not supported in batch mode Control returns immediately to the caller. Use this form for more control over the way the command/query is invoked. Use this form to pass a command or query context.

Declaration Syntax

public static CommandAsyncResult InvokeAsync(IProtectedContext context, InvokeConfiguration invokeConfiguration, string AdditionalActions)

Parameters

context(IProtectedContext)

The context in which to invoke the command

invokeConfiguration(InvokeConfiguration)

Object containing configuration information to specify how the invoke should occur.

AdditionalActions(string)

The additonal actions that should take place before performing the actions associated with the 'Next' button. Supported actions include path to other buttons defined in the step, separated by commas. This parameter is optional, pass a value or null.