ThreadManager Reset Method CleanCode C# Libraries v1.2.03 API
Resets the ThreadManager and the OnlineToolStripProgressBar if any.

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

public void Reset(
	int initialCount
)

Parameters

initialCount
Type: OnlineSystem Int32
Initial count for the progress bar (if any).
Remarks

This must be called before any threads are registered with Add(ThreadWorker).
See Also