TaskQueueManager Properties

Properties

DelayMsAfterTransactionalBroadcastTaskCreation The time is milliseconds that is delayed before triggering a new polling cycle, following the creation of an application task that will be used to create a broadcast message (when created using a transactional vault reference).
ManagerTokenSource Cancellation token source for the manager itself. - Requesting a cancellation will cause all queues and all their respective tasks to be cancelled as well.
PersistentVault Persistent Vault object.
PollingEnabledLock Lock used to prevent changes to the polling enabled flag while it is locked.
PollingIntervalInSeconds The current and active polling interval in seconds.
TransactionalBroadcastCreationQueue When defined and a transactional vault is passed into the creation call of a broadcast message, an ApplicationTask will be created that will be used to create the broadcast message. This ensures that the broadcast message will never be created if the current transaction fails.
TransactionalBroadcastProcessor Processes the broadcast creation tasks when transactional broadcast creation is enabled.

See Also