 | LogEventQueueGrowEventArgsNewQueueSize Property |
New queue size
Namespace:
NLog.Targets.Wrappers
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic long NewQueueSize { get; }
Public ReadOnly Property NewQueueSize As Long
Get
Dim instance As LogEventQueueGrowEventArgs
Dim value As Long
value = instance.NewQueueSize
member NewQueueSize : int64 with get
Property Value
Type:
Int64
See Also