Specifies the time in milliseconds that an import agent waits when there is no work.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property NoWorkDelay As Nullable(Of Integer)
C#
Nullable<int> NoWorkDelay { get; set; }
Visual C++
property Nullable<int> NoWorkDelay {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_noWorkDelay();
function set_noWorkDelay(value);

ToggleRemarks

ToggleSee Also