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 a worker to process a batch before the assignment of the batch to another worker. This interval ensures that any abnormal termination of the worker previously assigned to the batch does not prevent batch completion.


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

Syntax

Visual Basic (Declaration)
Property LeaseDuration As Nullable(Of Integer)
C#
Nullable<int> LeaseDuration { get; set; }
C++
property Nullable<int> LeaseDuration abstract  {
    Nullable<int> get();
    void set(Nullable<intvalue);
}
J#
/** property */
public Nullable<int> get_LeaseDuration();

/** property */
public void set_LeaseDuration(Nullable<intvalue);
JScript
public function get LeaseDuration() : Nullable<int>

public function set LeaseDuration(value : Nullable<int>);

Remarks

See Also