Click or drag to resize
Bootstrapper Class
Registers infrastructure and dependencies with a unity container Note that this generally is coupled with the bootstrapper found in the assembly AccidentalFish.ApplicationSupport.Azure that provides Azure specific implementations.
Inheritance Hierarchy
SystemObject
  AccidentalFish.ApplicationSupport.CoreBootstrapper

Namespace: AccidentalFish.ApplicationSupport.Core
Assembly: AccidentalFish.ApplicationSupport.Core (in AccidentalFish.ApplicationSupport.Core.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax
public static class Bootstrapper

The Bootstrapper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberRegisterDependencies(IDependencyResolver) Obsolete.
Register the dependencies in a container. The system is configured with: * No log extension * A queue based logger (a queue implementation is required such as Azure) * A correlation ID of correlation-id
Public methodStatic memberRegisterDependencies(IDependencyResolver, Type, BootstrapperLoggerTypeEnum, String) Obsolete.
Register the dependencies in a container
Public methodStatic memberUseCore
Register the dependencies in a container
Top
See Also