ThreadManager MethodsCleanCode C# Libraries v1.2.03 API
The ThreadManager type exposes the following members.
Methods

  NameDescription
Public methodAbort
Aborts all running threads.
Public methodAdd
Registers the specified ThreadWorker.
Public methodDecrThreadCount
Decrements the count of running threads.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodIncrThreadCount
Increments the count of running threads.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodPerformStep
Advances the current position of the OnlineToolStripProgressBar, if any.
Public methodReset
Resets the ThreadManager and the OnlineToolStripProgressBar if any.
Public methodRun
Starts all registered threads.
Public methodThreadsActive
Indicates whether any threads are active.
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
See Also