 | RandomizeGroupTarget Constructor (Target) |
Namespace:
NLog.Targets.Wrappers
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic RandomizeGroupTarget(
params Target[] targets
)
Public Sub New (
ParamArray targets As Target()
)
Dim targets As Target()
Dim instance As New RandomizeGroupTarget(targets)
new :
targets : Target[] -> RandomizeGroupTarget
Parameters
- targets
- Type: NLog.TargetsTarget
The targets.
See Also