|
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.
Namespace:
MFiles.VAF.Common.ApplicationTaskQueue
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.2.0.9
Syntaxprotected TaskQueueDef TransactionalBroadcastCreationQueue { get; set; }
Property Value
Type:
TaskQueueDef
See Also