 | AutoFlushTargetWrapperAsyncFlush Property |
Delay the flush until the LogEvent has been confirmed as written
Namespace:
NLog.Targets.Wrappers
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic bool AsyncFlush { get; set; }
Public Property AsyncFlush As Boolean
Get
Set
Dim instance As AutoFlushTargetWrapper
Dim value As Boolean
value = instance.AsyncFlush
instance.AsyncFlush = value
member AsyncFlush : bool with get, set
Property Value
Type:
Boolean
RemarksDefault:
. When not explicitly set, then automatically disabled when
BufferingTargetWrapper or AsyncTaskTarget
See Also