| LogReceiverWebServiceTargetFlushAsync Method |
Flush any pending log messages asynchronously (in case of asynchronous targets).
Namespace:
NLog.Targets
Assembly:
NLog.Wcf (in NLog.Wcf.dll) Version: 5.2.1+bb45a7652322449cc5d22f0e8ecf7e119c124ca2
Syntax protected override void FlushAsync(
AsyncContinuation asyncContinuation
)
Protected Overrides 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.
See Also