Click or drag to resize

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: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax
public Layout<int> FlushTimeout { get; set; }

Property Value

Type: LayoutInt32
See Also