Enum ProcessingMode
- Namespace
- ReflectionEventing
- Assembly
- ReflectionEventing.dll
Specifies the mode in which events in the queue are processed.
public enum ProcessingMode
Fields
Parallel = 1Events are processed concurrently, allowing multiple events to be handled at the same time.
Sequential = 0Events are processed one at a time in the order they are received.