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).
Namespace:
MFiles.VAF.Common.ApplicationTaskQueue
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic int DelayMsAfterTransactionalBroadcastTaskCreation { get; set; }
Public Property DelayMsAfterTransactionalBroadcastTaskCreation As Integer
Get
Set
public:
property int DelayMsAfterTransactionalBroadcastTaskCreation {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also