Click or drag to resize

NetworkTargetConnectionsOverflowAction Enumeration

The action to be taken when there are more connections then the max.

Namespace:  NLog.Targets
Assembly:  NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax
public enum NetworkTargetConnectionsOverflowAction
Members
  Member nameValueDescription
Grow0 Allow new connections when reaching max connection limit
Discard1 Discard new messages when reaching max connection limit
Block2 Block until there's more room in the queue.
See Also