Click or drag to resize

PerformanceCounterTargetIsInstalled Method

Determines whether the item is installed.

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

Parameters

installationContext
Type: NLog.ConfigInstallationContext
The installation context.

Return Value

Type: NullableBoolean
Value indicating whether the item is installed or null if it is not possible to determine.

Implements

IInstallableIsInstalled(InstallationContext)
See Also