The ThreadManager type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
Abort |
Aborts all running threads.
| |
Add |
Registers the specified ThreadWorker.
| |
DecrThreadCount |
Decrements the count of running threads.
| |
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
IncrThreadCount |
Increments the count of running threads.
| |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
PerformStep |
Advances the current position of the
ToolStripProgressBar, if any.
| |
Reset |
Resets the ThreadManager and
the ToolStripProgressBar if any.
| |
Run |
Starts all registered threads.
| |
ThreadsActive |
Indicates whether any threads are active.
| |
ToString | (Inherited from Object.) |
See Also