Click or drag to resize

NetworkTargetQueueOverflowAction Enumeration

The action to be taken when the queue overflows.

Namespace:  NLog.Targets
Assembly:  NLog.Targets.Network (in NLog.Targets.Network.dll) Version: 6.0.0+be83582280f7a841b0d3c6ae75b4f95aaf07e914
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