The maximum number of threads permitted in the Process Engine secondary pool.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property MaxSecondaryThreads As Nullable(Of Integer) |
| C# |
|---|
Nullable<int> MaxSecondaryThreads { get; set; } |
| Visual C++ |
|---|
property Nullable<int> MaxSecondaryThreads { Nullable<int> get (); void set (Nullable<int> value); } |
| JavaScript |
|---|
function get_maxSecondaryThreads(); function set_maxSecondaryThreads(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultInteger32: 2
PropertyMaximumInteger32: none
PropertyMinimumInteger32: 0
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ