The maximum number of seconds to wait for a connection once the limit specified by the FcpPoolMaxInUse property has been reached. If a connection from the fixed content device provider pool does become available before this wait time expires, the request is allowed to proceed.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also