| NLogTraceListenerDisableFlush Property |
Gets or sets a value indicating whether flush calls from trace sources should be ignored.
Namespace:
NLog
Assembly:
NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax public bool DisableFlush { get; set; }
Public Property DisableFlush As Boolean
Get
Set
Dim instance As NLogTraceListener
Dim value As Boolean
value = instance.DisableFlush
instance.DisableFlush = value
member DisableFlush : bool with get, set
Property Value
Type:
BooleanSee Also