Table of Contents

Interface IGuardApplicationStart

Namespace
Loehnert.Lisrt.Contracts
Assembly
Loehnert.Lisrt.dll

Represents an interface for guarding an application start.

public interface IGuardApplicationStart

Methods

CanStartApplication()

Gets a value indicating whether a new instance can be started.

bool CanStartApplication()

Returns

bool

A value indicating whether a new instance can be started.

OnApplicationCannotStart()

Executed when application cannot started.

void OnApplicationCannotStart()