When there is no queue activity, the number of milliseconds for the sweep framework dispatcher
to wait before rechecking the queue.
Namespace:
FileNet.Api.Sweep
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property WaitForQueueActivityDelay As Nullable(Of Integer) |
| C# |
|---|
Nullable<int> WaitForQueueActivityDelay { get; set; } |
| Visual C++ |
|---|
property Nullable<int> WaitForQueueActivityDelay { Nullable<int> get (); void set (Nullable<int> value); } |
| JavaScript |
|---|
function get_waitForQueueActivityDelay(); function set_waitForQueueActivityDelay(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultInteger32: 60000
PropertyMaximumInteger32: 0x7FFFFFFF
PropertyMinimumInteger32: none
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ