RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
The available dispatch algorithms for the queue groups.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public enum AlgorithmTypeEnum |
Visual Basic |
---|
Public Enumeration AlgorithmTypeEnum |
Visual C++ |
---|
public enum class AlgorithmTypeEnum |
F# |
---|
type AlgorithmTypeEnum |
Members
Member name | Value | Description | |
---|---|---|---|
ABACAB | 0 | Dispatch from all queues from every prirority available in the queue group with a preference to higher priorities. This is the default algorithm. | |
HIGH_TO_LOW | 1 | Dispatch from all high priority event queues available within the group before dispatching lower priority queues. |