 | LogEventQueueGrowEventArgs Constructor |
Namespace:
NLog.Targets.Wrappers
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
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