ThreadManager
Run Method
CleanCode C# Libraries v1.2.03 API
Starts all registered threads.
Namespace:
CleanCode.Threading
Assembly:
CleanCode
(in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax
C#
VB
C++
F#
View Colorized
Copy to Clipboard
Print
public
void
Run
()
public void Run()
Public
Sub
Run
Public Sub Run
public
:
void
Run
()
public: void Run()
Remarks
Sets the capacity of the
ToolStripProgressBar
, if any, based on the child thread parameters, then invokes the
Start
method of the
Thread
contained within each
ThreadWorker
.
See Also
ThreadManager Class
ThreadManager Members
CleanCode.Threading Namespace