|
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)
Syntaxpublic void InvokeAsync(
Action action
)
Public Sub InvokeAsync (
action As Action
)
Parameters
- action
- Type: SystemAction
Time consuming action.
RemarksYour action must not interact with the UI.
See Also