Click or drag to resize

WindowsUtilitiesDoModelessAsync Method (Action)

Runs an action in a modeless UI loop.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static Task DoModelessAsync(
	Action action
)

Parameters

action
Type: SystemAction
The action.

Return Value

Type: Task
An instance of the Task class.
Exceptions
ExceptionCondition
ArgumentNullExceptionaction is null.
See Also