 | BufferingTargetWrapperFlushTimeout Property |
Gets or sets the timeout (in milliseconds) after which the contents of buffer will be flushed
if there's no write in the specified period of time. Use -1 to disable timed flushes.
Namespace:
NLog.Targets.Wrappers
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic Layout<int> FlushTimeout { get; set; }
Public Property FlushTimeout As Layout(Of Integer)
Get
Set
Dim instance As BufferingTargetWrapper
Dim value As Layout(Of Integer)
value = instance.FlushTimeout
instance.FlushTimeout = value
member FlushTimeout : Layout<int> with get, set
Property Value
Type:
LayoutInt32
RemarksDefault: -1 . Zero or Negative means disabled.
See Also