The maximum number of threads permitted in the collector pool, used by Case Analyzer and Case History to collect events.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also