If a retryable exception occurs during the processing of a sweep batch, the minimum number of seconds to wait before reattempting the batch.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also