 | LogEventQueueGrowEventArgsRequestsCount Property |
Current requests count
Namespace:
NLog.Targets.Wrappers
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
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