The maximum number of threads that can be allocated for processing of background in the dispatcher thread pool.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also