Indicates the number of seconds the audit disposition thread waits to check if an unexpired timeslot exists to begin the disposition process. The minimum value is 10 seconds. The default value is 30 seconds.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also