ThreadManager Add Method CleanCode C# Libraries v1.2.03 API
Registers the specified ThreadWorker.

Namespace: CleanCode.Threading
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public void Add(
	ThreadWorker threadWorker
)
Remarks

Adds the specified ThreadWorker to the set of managed threads, and invokes its Setup method.
See Also