 | NetworkTargetOnQueueOverflow Property |
Gets or sets the action that should be taken, when more pending messages than
MaxQueueSize.
Namespace:
NLog.Targets
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntaxpublic NetworkTargetQueueOverflowAction OnQueueOverflow { get; set; }
Public Property OnQueueOverflow As NetworkTargetQueueOverflowAction
Get
Set
Dim instance As NetworkTarget
Dim value As NetworkTargetQueueOverflowAction
value = instance.OnQueueOverflow
instance.OnQueueOverflow = value
member OnQueueOverflow : NetworkTargetQueueOverflowAction with get, set
Property Value
Type:
NetworkTargetQueueOverflowAction
See Also