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)

Syntax

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

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

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

Remarks

See Also