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

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also