ThreadWorker UpdateResults Method CleanCode C# Libraries v1.2.03 API
Abstract method for you to process completed data.

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

public abstract bool UpdateResults()

Return Value

True when all processing is complete.
Remarks

This method should be polled periodically from the main thread to process any completed items. Must be overridden by your subclass.
See Also