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

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also