The number of seconds an idle connection can remain in the fixed content device provider pool before being eligible to be closed and removed from the pool. An idle connection will be closed when the next operation to the same fixed content device is performed after this idle period.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also