 | TargetFlushAsync Method |
Flush any pending log messages
Namespace:
NLog.Targets
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxprotected virtual void FlushAsync(
AsyncContinuation asyncContinuation
)
Protected Overridable Sub FlushAsync (
asyncContinuation As AsyncContinuation
)
Dim asyncContinuation As AsyncContinuation
Me.FlushAsync(asyncContinuation)
abstract FlushAsync :
asyncContinuation : AsyncContinuation -> unit
override FlushAsync :
asyncContinuation : AsyncContinuation -> unit
Parameters
- asyncContinuation
- Type: NLog.CommonAsyncContinuation
The asynchronous continuation to be called on flush completed.
RemarksThe asynchronous continuation parameter must be called on flush completed
See Also