C# Класс Drey.Configuration.Infrastructure.IoC.AutofacConfig

Autofac configuration. Configuration routine for autofac, as well as holds the static instance of the configured container.
Показать файл Открыть проект

Открытые методы

Метод Описание
Configure ( IEventBus eventBus, ServiceModel hoardeManager, INutConfiguration configurationManager ) : void

Configuration routine of the autofac container.

DisposeContainer ( ) : void

Disposes the container.

Описание методов

Configure() публичный статический Метод

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.
Результат void

DisposeContainer() публичный статический Метод

Disposes the container.
public static DisposeContainer ( ) : void
Результат void