Specifies the time in seconds that a cluster is marked as not available before retrying with a probe. Other clusters in the pool will be used while the cluster is unavailable. The default value is 600 (10 minutes).


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

Syntax

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

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

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

Remarks

See Also