IApplicationTaskProcessor Interface |
Namespace: MFiles.VAF.Common.ApplicationTaskQueue
The IApplicationTaskProcessor type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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.
|