TaskQueueDef Class

Application task queue definition.

Definition

Namespace: MFiles.VAF.MultiserverMode
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public class TaskQueueDef
Inheritance
Object    TaskQueueDef

Constructors

Properties

Id Task queue name / identifier.
LastBroadcastId Last broadcast id. - Last broadcast id received by / known to the server. - Default is empty string.
MaximumPollingIntervalInSeconds Max polling interval in seconds. - This is the greatest number of seconds that can pass before the - task queue manager must trigger a polling request to the server.
ProcessingBehavior Task queue processing behavior.
TaskType Task type to use; Broadcast, ApplicationTask, Both.

See Also