ThreadManager DecrThreadCount Method CleanCode C# Libraries v1.2.03 API
Decrements the count of running threads.

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

public void DecrThreadCount(
	string threadName
)
Remarks

Called by background workers automatically by the base ThreadWorker class, so it must be public. Should not need to be called elsewhere.
See Also