Click or drag to resize

WrapperTargetBaseFlushAsync Method

Flush any pending log messages

Namespace:  NLog.Targets.Wrappers
Assembly:  NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntax
protected override void FlushAsync(
	AsyncContinuation asyncContinuation
)

Parameters

asyncContinuation
Type: NLog.CommonAsyncContinuation
The asynchronous continuation to be called on flush completed.
Remarks
The asynchronous continuation parameter must be called on flush completed
See Also