| LogEventQueueGrowEventArgsRequestsCount Property |
Current requests count
Namespace:
NLog.Targets.Wrappers
Assembly:
NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax public 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:
Int64See Also