Click or drag to resize

RetryingTargetWrapper Constructor (Target, Int32, Int32)

Initializes a new instance of the RetryingTargetWrapper class.

Namespace:  NLog.Targets.Wrappers
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntax
public RetryingTargetWrapper(
	Target wrappedTarget,
	int retryCount,
	int retryDelayMilliseconds
)

Parameters

wrappedTarget
Type: NLog.TargetsTarget
The wrapped target.
retryCount
Type: SystemInt32
The retry count.
retryDelayMilliseconds
Type: SystemInt32
The retry delay milliseconds.
See Also