TaskQueueAttribute Class |
Namespace: MFiles.VAF.AppTasks
The TaskQueueAttribute type exposes the following members.
Name | Description | |
---|---|---|
![]() | TaskQueueAttribute | Initializes a new instance of the TaskQueueAttribute class |
Name | Description | |
---|---|---|
![]() | Behavior |
Indicates how the queue processes tasks.
Has no effect on queues that only process broadcast messages.
|
![]() | BroadcastPollIntervalSeconds |
The frequency at which the queue is polled for new broadcast messages.
|
![]() | MaxConcurrency |
The maximum number of tasks from the queue that can be processed at the same time on the same server.
This is limited to 1 for queues using
MFProcessingBehaviorSequential.
Values of zero mean that the queue cannot currently process tasks, and will not be polled.
Values of -1 mean that there is no limit.
|
![]() | TaskPollIntervalSeconds |
The frequency at which the queue is polled for new tasks to process.
|
Name | Description | |
---|---|---|
![]() | AsSettings |
Converts the attribute definition into settings.
|