TaskQueueManagerDelayMsAfterTransactionalBroadcastTaskCreation Property

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).

Definition

Namespace: MFiles.VAF.Common.ApplicationTaskQueue
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public int DelayMsAfterTransactionalBroadcastTaskCreation { get; set; }

Property Value

Int32

See Also