ThreadManager IncrThreadCount Method CleanCode C# Libraries v1.2.03 API
Increments the count of running threads.

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

public void IncrThreadCount(
	string threadName
)
Remarks

Called by the Run  method internally; should not need to be called elsewhere. Left with a public signature for symmetry with DecrThreadCount(String) which must be called by ThreadWorker workers.
See Also