 | LogEventQueueGrowEventArgs Constructor |
Namespace:
NLog.Targets.Wrappers
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic LogEventQueueGrowEventArgs(
long newQueueSize,
long requestsCount
)
Public Sub New (
newQueueSize As Long,
requestsCount As Long
)
Dim newQueueSize As Long
Dim requestsCount As Long
Dim instance As New LogEventQueueGrowEventArgs(newQueueSize,
requestsCount)
new :
newQueueSize : int64 *
requestsCount : int64 -> LogEventQueueGrowEventArgs
Parameters
- newQueueSize
- Type: SystemInt64
Required queue size - requestsCount
- Type: SystemInt64
Current queue size
See Also