Click or drag to resize

ImpersonatingTargetWrapper Constructor (String, Target)

Initializes a new instance of the ImpersonatingTargetWrapper class.

Namespace:  NLog.Targets.Wrappers
Assembly:  NLog.WindowsIdentity (in NLog.WindowsIdentity.dll) Version: 6.0.2+933687b98685771e2254dc15c3e0cef5847ab80c
Syntax
public ImpersonatingTargetWrapper(
	string name,
	Target wrappedTarget
)

Parameters

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