Configures the server thread pools for background tasks. When activated, a background task is assigned an available thread in a pool. When task execution is completed, the thread is released back to the pool.

There are two types of thread pools: a dispatcher pool to execute tasks at scheduled intervals, and a worker pool to execute nonscheduled tasks.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface ICmThreadPoolConfiguration _
	Implements ISubsystemConfiguration, IEngineObject, ICloneable, IDependentObject
C#
public interface ICmThreadPoolConfiguration : ISubsystemConfiguration, 
	IEngineObject, ICloneable, IDependentObject
Visual C++
public interface class ICmThreadPoolConfiguration : ISubsystemConfiguration, 
	IEngineObject, ICloneable, IDependentObject
JavaScript
FileNet.Api.Admin.ICmThreadPoolConfiguration = function();
FileNet.Api.Admin.ICmThreadPoolConfiguration.createInterface('FileNet.Api.Admin.ICmThreadPoolConfiguration');

ToggleRemarks

Metadata

Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: SubsystemConfiguration

ToggleSee Also