Click or drag to resize

RandomizeGroupTarget Constructor (String, Target)

Initializes a new instance of the RandomizeGroupTarget class.

Namespace:  NLog.Targets.Wrappers
Assembly:  NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntax
public RandomizeGroupTarget(
	string name,
	params Target[] targets
)

Parameters

name
Type: SystemString
Name of the target.
targets
Type: NLog.TargetsTarget
The targets.
See Also