Specifies the time in milliseconds that an Import Agent waits between batches when processing batch requests.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also