Returns a count of the number of items to be handled
by the worker thread.
Namespace: CleanCode.ThreadingAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
public abstract int ItemCount()
public abstract int ItemCount()
Public MustOverride Function ItemCount As Integer
Public MustOverride Function ItemCount As Integer
public:
virtual int ItemCount() abstract
public:
virtual int ItemCount() abstract
Return Value
Count of items to be handled
Value is used by the
ThreadManager to update
the progress bar.
Must be overridden by subclass.