Enum ListenerPriority
- Namespace
- SimulationFramework.Messaging
- Assembly
- SimulationFramework.dll
Specifies how a message listener should be prioritized by the dispatcher. Higher priority listeners are notified before lower ones.
public enum ListenerPriority
Fields
High = 2
The listener is high priority.
Internal = 3
The listener is internal. This is for internal use only.
Low = 0
The listener is low priority.
Normal = 1
The listener is normal priority.