C# Class Drey.Configuration.Infrastructure.IoC.AutofacConfig

Autofac configuration. Configuration routine for autofac, as well as holds the static instance of the configured container.
Afficher le fichier Open project: dealproc/Drey

Méthodes publiques

Méthode Description
Configure ( IEventBus eventBus, ServiceModel hoardeManager, INutConfiguration configurationManager ) : void

Configuration routine of the autofac container.

DisposeContainer ( ) : void

Disposes the container.

Method Details

Configure() public static méthode

Configuration routine of the autofac container.
public static Configure ( IEventBus eventBus, ServiceModel hoardeManager, INutConfiguration configurationManager ) : void
eventBus IEventBus The event bus.
hoardeManager ServiceModel The hoarde manager.
configurationManager INutConfiguration The host's configuration manager.
Résultat void

DisposeContainer() public static méthode

Disposes the container.
public static DisposeContainer ( ) : void
Résultat void