Table of Contents

Enum ProcessingMode

Namespace
ReflectionEventing
Assembly
ReflectionEventing.dll

Specifies the mode in which events in the queue are processed.

public enum ProcessingMode

Fields

Parallel = 1

Events are processed concurrently, allowing multiple events to be handled at the same time.

Sequential = 0

Events are processed one at a time in the order they are received.