Specifies the maximum number of dispatchers that can run simultaneously.

For the PublishingConfiguration 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<intvalue);
}
J#
/** property */
public Nullable<int> get_QueueItemMaxDispatchers();

/** property */
public void set_QueueItemMaxDispatchers(Nullable<intvalue);
JScript
public function get QueueItemMaxDispatchers() : Nullable<int>

public function set QueueItemMaxDispatchers(value : Nullable<int>);

Remarks

See Also