 | AsyncTargetWrapperBatchSize Property |
Gets or sets the number of log events that should be processed in a batch
by the lazy writer thread.
Namespace:
NLog.Targets.Wrappers
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntaxpublic int BatchSize { get; set; }
Public Property BatchSize As Integer
Get
Set
Dim instance As AsyncTargetWrapper
Dim value As Integer
value = instance.BatchSize
instance.BatchSize = value
member BatchSize : int with get, set
Property Value
Type:
Int32
See Also