Click or drag to resize

DatabaseTargetIsInstalled Method

Determines whether the item is installed.

Namespace:  NLog.Targets
Assembly:  NLog.Database (in NLog.Database.dll) Version: 5.3.1+cf6675da40ccfd4c8c526a3b2bdbeed3442910a1
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