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)

ToggleSyntax

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

ToggleRemarks

ToggleSee Also