IgnitionBootstrapper Class

Provides logic which should be run during the initialization of any application that uses Ignition

Definition

Namespace: Ignition.Configuration
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public static class IgnitionBootstrapper
Inheritance
Object    IgnitionBootstrapper

Properties

ActiveConfiguration The active Ignition configuration. Will be null if Bootstrap(IgnitionConfiguration) has not been called yet.
IsBootstrapped Indicates if Bootstrap(IgnitionConfiguration) has been called yet for this application.

Methods

Bootstrap Bootstraps Ignition with the provided settings.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also