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)
Syntax
| 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); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 200
PropertyMaximumInteger32: none
PropertyMinimumInteger32: 10
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ