Click or drag to resize

IgnitionBootstrapper Class

Provides logic which should be run during the initialization of any application that uses Ignition
Inheritance Hierarchy
SystemObject
  Ignition.ConfigurationIgnitionBootstrapper

Namespace: Ignition.Configuration
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public static class IgnitionBootstrapper

The IgnitionBootstrapper type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberActiveConfiguration The active Ignition configuration. Will be null if Bootstrap(IgnitionConfiguration) has not been called yet.
Public propertyStatic memberIsBootstrapped Indicates if Bootstrap(IgnitionConfiguration) has been called yet for this application.
Top
Methods
 NameDescription
Public methodStatic memberBootstrap Bootstraps Ignition with the provided settings.
Top
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