Decrements the count of running threads.
Namespace: CleanCode.ThreadingAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
public void DecrThreadCount(
string threadName
)
public void DecrThreadCount(
string threadName
)
Public Sub DecrThreadCount ( _
threadName As String _
)
Public Sub DecrThreadCount ( _
threadName As String _
)
public:
void DecrThreadCount(
String^ threadName
)
public:
void DecrThreadCount(
String^ threadName
)
Parameters
- threadName
- Type: System String
Display name of the thread.
Called by background workers automatically
by the base
ThreadWorker class, so it must be public.
Should not need to be called elsewhere.