The amount of time in seconds that a busy sweep job request is allowed to run before another thread attempts to reissue the request.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also