 | RepeatingTargetWrapper Constructor (Target, Int32) |
Namespace:
NLog.Targets.Wrappers
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntaxpublic RepeatingTargetWrapper(
Target wrappedTarget,
int repeatCount
)
Public Sub New (
wrappedTarget As Target,
repeatCount As Integer
)
Dim wrappedTarget As Target
Dim repeatCount As Integer
Dim instance As New RepeatingTargetWrapper(wrappedTarget,
repeatCount)
new :
wrappedTarget : Target *
repeatCount : int -> RepeatingTargetWrapper
Parameters
- wrappedTarget
- Type: NLog.TargetsTarget
The wrapped target. - repeatCount
- Type: SystemInt32
The repeat count.
See Also