IApplicationTaskProcessor Interface

Active task processor interface used to process application tasks for an application task queue.

Definition

Namespace: MFiles.VAF.Common.ApplicationTaskQueue
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public interface IApplicationTaskProcessor

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