Click or drag to resize

BufferingTargetWrapperSlidingTimeout Property

Gets or sets a value indicating whether to use sliding timeout.

Namespace:  NLog.Targets.Wrappers
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntax
public bool SlidingTimeout { get; set; }

Property Value

Type: Boolean
Remarks
Default: . This value determines how the inactivity period is determined. When the inactivity timer is reset after each write, if - inactivity timer will count from the first event written to the buffer.
See Also