Click or drag to resize

RepeatingTargetWrapper Constructor (String, Target, Int32)

Initializes a new instance of the RepeatingTargetWrapper class.

Namespace:  NLog.Targets.Wrappers
Assembly:  NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax
public RepeatingTargetWrapper(
	string name,
	Target wrappedTarget,
	int repeatCount
)

Parameters

name
Type: SystemString
Name of the target.
wrappedTarget
Type: NLog.TargetsTarget
The wrapped target.
repeatCount
Type: SystemInt32
The repeat count.
See Also