The maximum number of threads permitted in the Process Engine secondary pool.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also