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.3.623.2
Syntaxprotected TaskQueueDef TransactionalBroadcastCreationQueue { get; set; }
Protected Property TransactionalBroadcastCreationQueue As TaskQueueDef
Get
Set
protected:
property TaskQueueDef^ TransactionalBroadcastCreationQueue {
TaskQueueDef^ get ();
void set (TaskQueueDef^ value);
}
Property Value
Type:
TaskQueueDef
See Also