C# 클래스 NServiceBus.AutofacExtensions

Autofac extension to pass an existing Autofac container instance.
파일 보기 프로젝트 열기: Particular/NServiceBus.Autofac

공개 메소드들

메소드 설명
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