Click or drag to resize

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
)

Parameters

asyncContinuation
Type: NLog.CommonAsyncContinuation
The asynchronous continuation.
See Also