The number of milliseconds for the sweep framework dispatcher to wait
before attempting to retry a deadlock.
Namespace:
FileNet.Api.Sweep
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property WaitForWorkersShortDelay As Nullable(Of Integer) |
| C# |
|---|
Nullable<int> WaitForWorkersShortDelay { get; set; } |
| Visual C++ |
|---|
property Nullable<int> WaitForWorkersShortDelay { Nullable<int> get (); void set (Nullable<int> value); } |
| JavaScript |
|---|
function get_waitForWorkersShortDelay(); function set_waitForWorkersShortDelay(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: 500
PropertyMaximumInteger32: 0x7FFFFFFF
PropertyMinimumInteger32: none
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ