Click or drag to resize
Bootstrapper Methods

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