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

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

public 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. It in turns invokes the UpdateResults  method of each CmdRunnerWorker it is managing. When it has found a completed item, it will invoke the CmdRunnerWorker CmdRunnerUpdater delegate supplied in the constructor.
See Also