Specifies the maximum number of dispatchers that can run simultaneously.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
For the
object, this property specifies the maximum number of publish request handler instances.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property QueueItemMaxDispatchers As Nullable(Of Integer) |
C# |
---|
Nullable<int> QueueItemMaxDispatchers { get; set; } |
C++ |
---|
property Nullable<int> QueueItemMaxDispatchers abstract { Nullable<int> get(); void set(Nullable<int> value); } |
J# |
---|
/** property */ public Nullable<int> get_QueueItemMaxDispatchers(); /** property */ public void set_QueueItemMaxDispatchers(Nullable<int> value); |
JScript |
---|
public function get QueueItemMaxDispatchers() : Nullable<int> public function set QueueItemMaxDispatchers(value : Nullable<int>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 2
PropertyMaximumInteger32: 10
PropertyMinimumInteger32: 1
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ