ThreadWorker ItemCount Method CleanCode C# Libraries v1.2.03 API
Returns a count of the number of items to be handled by the worker thread.

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

public abstract int ItemCount()

Return Value

Count of items to be handled
Remarks

Value is used by the ThreadManager to update the progress bar. Must be overridden by subclass.
See Also