Click or drag to resize

PerformanceCounterTargetInstall Method

Performs installation which requires administrative permissions.

Namespace:  NLog.Targets
Assembly:  NLog.PerformanceCounter (in NLog.PerformanceCounter.dll) Version: 5.2.0+68ed826d5d3b17619b9ab78bfa53db526cadd9d2
Syntax
public void Install(
	InstallationContext installationContext
)

Parameters

installationContext
Type: NLog.ConfigInstallationContext
The installation context.

Implements

IInstallableInstall(InstallationContext)
See Also