C# Class NServiceBus.Autofac.AcceptanceTests.ScopeDecorator

Inheritance: ILifetimeScope
Mostrar archivo Open project: Particular/NServiceBus.Autofac Class Usage Examples

Public Methods

Method Description
BeginLifetimeScope ( ) : ILifetimeScope
BeginLifetimeScope ( Action configurationAction ) : ILifetimeScope
BeginLifetimeScope ( object tag ) : ILifetimeScope
BeginLifetimeScope ( object tag, Action configurationAction ) : ILifetimeScope
Dispose ( ) : void
ResolveComponent ( IComponentRegistration registration, IEnumerable parameters ) : object
ScopeDecorator ( ILifetimeScope decorated ) : System

Method Details

BeginLifetimeScope() public method

public BeginLifetimeScope ( ) : ILifetimeScope
return ILifetimeScope

BeginLifetimeScope() public method

public BeginLifetimeScope ( Action configurationAction ) : ILifetimeScope
configurationAction Action
return ILifetimeScope

BeginLifetimeScope() public method

public BeginLifetimeScope ( object tag ) : ILifetimeScope
tag object
return ILifetimeScope

BeginLifetimeScope() public method

public BeginLifetimeScope ( object tag, Action configurationAction ) : ILifetimeScope
tag object
configurationAction Action
return ILifetimeScope

Dispose() public method

public Dispose ( ) : void
return void

ResolveComponent() public method

public ResolveComponent ( IComponentRegistration registration, IEnumerable parameters ) : object
registration IComponentRegistration
parameters IEnumerable
return object

ScopeDecorator() public method

public ScopeDecorator ( ILifetimeScope decorated ) : System
decorated ILifetimeScope
return System