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.
| |
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.) |
Properties
Name | Description | |
---|---|---|
AbortRequested |
Gets or sets a value indicating whether user-initiated abort
has been requested.
|
See Also