Enum EventReceiverOptions
Options related to EventReceiver might be extended in the future
[Flags]
public enum EventReceiverOptions
Fields
Buffered = 1
If this flag is present the events will be buffered into a queue, receivers might decide to consume at any pace they wish as long as they consume them at some point
None = 0
If no flags are present only the most recent event will be buffered