Click or drag to resize

IBootstrapper Interface

[This is preliminary documentation and is subject to change.]

Service used for creating a bootstrapper to bootstrap a module

Namespace:  CSInfrastructure.IOC
Assembly:  CSInfrastructure (in CSInfrastructure.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public interface IBootstrapper : IDisposable

The IBootstrapper type exposes the following members.

Methods
  NameDescription
Public methodCreateAsyncScope
Create a scope that allows working in an async manner
Public methodCreateThreadedScope
Create a scope that is limited to the current thread
Public methodVerifyDependencyInjection
Verify if the container has been configured properly
Top
See Also