| AsyncTargetWrapperOverflowAction Enumeration |
The action to be taken when the queue overflows.
Namespace:
NLog.Targets.Wrappers
Assembly:
NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax public enum AsyncTargetWrapperOverflowAction
Public Enumeration AsyncTargetWrapperOverflowAction
Dim instance As AsyncTargetWrapperOverflowAction
type AsyncTargetWrapperOverflowAction
Members
| Member name | Value | Description |
---|
| Grow | 0 |
Grow the queue.
|
| Discard | 1 |
Discard the overflowing item.
|
| Block | 2 |
Block until there's more room in the queue.
|
See Also