TaskQueueSettings Class |
Namespace: MFiles.VAF.AppTasks
The TaskQueueSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() | TaskQueueSettings | Initializes a new instance of the TaskQueueSettings class |
Name | Description | |
---|---|---|
![]() | BroadcastPollInterval |
The frequency at which the queue is polled for new broadcast messages.
Default value: 10 seconds.
|
![]() | ExceptionSettings |
Describes the default result behavior for tasks based on
exceptions encountered while processing them.
|
![]() | 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.
|
![]() | TaskPollInterval |
The frequency at which the queue is polled for new tasks to process.
Default value: 30 seconds.
|