Click or drag to resize

busyIndicatorInvokerInvokeAsync Method

Invokes the action in a new thread.

Namespace:  CADSharpTools.Core
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public void InvokeAsync(
	Action action
)

Parameters

action
Type: SystemAction
Time consuming action.
Remarks
Your action must not interact with the UI.
See Also