Click or drag to resize

NetworkTargetQueueOverflowAction Enumeration

The action to be taken when the queue overflows.

Namespace:  NLog.Targets
Assembly:  NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntax
public enum NetworkTargetQueueOverflowAction
Members
  Member nameValueDescription
Grow0 Grow the queue.
Discard1 Discard the overflowing item.
Block2 Block until there's more room in the queue.
See Also