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