Click or drag to resize
PackageEnsureSingleInstance Method
Returns True if this application has no multiple instances running, otherwise returns False.

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public static bool EnsureSingleInstance(
	bool restore = true
)

Parameters

restore (Optional)
Type: SystemBoolean
If True restores and brings application window to front.

Return Value

Type: Boolean
Remarks