Click or drag to resize

WindowsUtilities.DoModelessAsync 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: System.Action
The action.

Return Value

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