TaskQueueManagerTransactionalBroadcastCreationQueue Property

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.

Definition

Namespace: MFiles.VAF.Common.ApplicationTaskQueue
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
protected TaskQueueDef TransactionalBroadcastCreationQueue { get; set; }

Property Value

TaskQueueDef

See Also