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)

ToggleSyntax

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

ToggleRemarks

ToggleSee Also