This property applies to CFSImportAgentConfiguration and CmThreadPoolConfiguration objects.

For a CFSImportAgentConfiguration object, the MaxWorkerThreads property is the maximum number of import workers that the import agent is allowed to create. Setting the value of this property appropriately prevents the under- or over-utilization of the Content Engine server on behalf of the CFS importer. For information on the CFS import agent, see the ICFSImportAgentConfiguration interface.

For a CmThreadPoolConfiguration object, the MaxWorkerThreads property is the maximum of number of threads that can be allocated for processing of background tasks in the worker thread pool.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also