Checks for completed tasks and processes their results.
Namespace: CleanCode.NetAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
public override bool UpdateResults()
public override bool UpdateResults()
Public Overrides Function UpdateResults As Boolean
Public Overrides Function UpdateResults As Boolean
public:
virtual bool UpdateResults() override
public:
virtual bool UpdateResults() override
Return Value
True when all processing is complete.
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.