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