The ThreadManager type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| ThreadManager(ThreadManager CompletedNotifier) |
Initializes a new instance of
the ThreadManager class.
| |
| ThreadManager(ThreadManager CompletedNotifier, StructuredTrace) |
Initializes a new instance of
the ThreadManager class.
| |
| ThreadManager(ThreadManager CompletedNotifier, StructuredTrace, List String ) |
Initializes a new instance of
the ThreadManager class.
| |
| ThreadManager(ThreadManager CompletedNotifier, StructuredTrace, ToolStripProgressBar, List String ) |
Initializes a new instance of
the ThreadManager class.
|
Methods
| Name | Description | |
|---|---|---|
| Abort |
Aborts all running threads.
| |
| Add |
Registers the specified ThreadWorker.
| |
| DecrThreadCount |
Decrements the count of running threads.
| |
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
| IncrThreadCount |
Increments the count of running threads.
| |
Creates a shallow copy of the current (Inherited from | ||
| PerformStep |
Advances the current position of the
| |
| Reset |
Resets the ThreadManager and
the | |
| Run |
Starts all registered threads.
| |
| ThreadsActive |
Indicates whether any threads are active.
| |
| (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| AbortRequested |
Gets or sets a value indicating whether user-initiated abort
has been requested.
|
See Also