Attention: Do not change the value of this property without guidance from a support representative. Doing so might adversely affect system performance.

The maximum interval, in seconds, allowed for a worker to process a batch before the batch is assigned to another worker. Used for multi-server coordination, this interval ensures that any abnormal termination of the worker previously assigned to the batch does not prevent batch completion.

For IVerityServerConfiguration, this property is deprecated.

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

ToggleSyntax

Visual Basic (Declaration)
<ObsoleteAttribute("As of release 5.0.0.")> _
Property LeaseDuration As Nullable(Of Integer)
C#
[ObsoleteAttribute("As of release 5.0.0.")]
Nullable<int> LeaseDuration { get; set; }
Visual C++
[ObsoleteAttribute(L"As of release 5.0.0.")]
property Nullable<int> LeaseDuration {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_leaseDuration();
function set_leaseDuration(value);

ToggleRemarks

ToggleSee Also