Click or drag to resize

busyIndicatorInvoker Class

Invokes a time-consuming method.
Inheritance Hierarchy
SystemObject
  CADSharpTools.CorebusyIndicatorInvoker

Namespace:  CADSharpTools.Core
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public class busyIndicatorInvoker

The busyIndicatorInvoker type exposes the following members.

Constructors
  NameDescription
Public methodbusyIndicatorInvoker
Creates a new instance of the busyIndicatorInvoker class.
Top
Properties
  NameDescription
Public propertyCallback
Callback.
Top
Methods
  NameDescription
Public methodInvokeAsync
Invokes the action in a new thread.
Top
See Also