WMIWorker UpdateResults Method CleanCode C# Libraries v1.2.03 API
Checks for completed tasks and processes their results.

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

public override 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. When it has found a completed item, it will invoke the WMIWorker WMIUpdater delegate supplied in the constructor.
See Also