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: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
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