IApplicationTaskProcessor Methods

Methods

CanAcceptNewTasks Used to determine if the task processor is able to receive new tasks for processing.
ProcessTasks Triggers the processing of the application tasks.
WaitAll Used to await the processing to complete for all the tasks that are being processed via the ProcessTasks() method.

See Also