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.
Namespace:
FileNet.Api.AdminThere are two types of thread pools: a dispatcher pool to execute tasks at scheduled intervals, and a worker pool to execute nonscheduled tasks.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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'); |
Remarks
Metadata
Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: SubsystemConfiguration