C# Класс NServiceBus.AutofacExtensions

Autofac extension to pass an existing Autofac container instance.
Показать файл Открыть проект

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

Метод Описание
ExistingLifetimeScope ( this customizations, ILifetimeScope lifetimeScope ) : void

Use the a pre-configured AutoFac lifetime scope.

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

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

Use the a pre-configured AutoFac lifetime scope.
public static ExistingLifetimeScope ( this customizations, ILifetimeScope lifetimeScope ) : void
customizations this
lifetimeScope ILifetimeScope The existing lifetime scope to use.
Результат void