Click or drag to resize

RetryingTargetWrapper Constructor (String, 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(
	string name,
	Target wrappedTarget,
	int retryCount,
	int retryDelayMilliseconds
)

Parameters

name
Type: SystemString
Name of the target.
wrappedTarget
Type: NLog.TargetsTarget
The wrapped target.
retryCount
Type: SystemInt32
The retry count.
retryDelayMilliseconds
Type: SystemInt32
The retry delay milliseconds.
See Also