Share via


GeneralFunctions.IsInitialInstance Method

Definition

Ensures only one copy of the executing application is running at a time.

public:
 static bool IsInitialInstance();
public static bool IsInitialInstance ();
static member IsInitialInstance : unit -> bool
Public Shared Function IsInitialInstance () As Boolean

Returns

True if it is the initial instance, otherwise false.

Applies to