C# Class NServiceBus.Autofac.AcceptanceTests.ScopeDecorator

Inheritance: ILifetimeScope
Afficher le fichier Open project: Particular/NServiceBus.Autofac Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public BeginLifetimeScope ( ) : ILifetimeScope
Résultat ILifetimeScope

BeginLifetimeScope() public méthode

public BeginLifetimeScope ( Action configurationAction ) : ILifetimeScope
configurationAction Action
Résultat ILifetimeScope

BeginLifetimeScope() public méthode

public BeginLifetimeScope ( object tag ) : ILifetimeScope
tag object
Résultat ILifetimeScope

BeginLifetimeScope() public méthode

public BeginLifetimeScope ( object tag, Action configurationAction ) : ILifetimeScope
tag object
configurationAction Action
Résultat ILifetimeScope

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ResolveComponent() public méthode

public ResolveComponent ( IComponentRegistration registration, IEnumerable parameters ) : object
registration IComponentRegistration
parameters IEnumerable
Résultat object

ScopeDecorator() public méthode

public ScopeDecorator ( ILifetimeScope decorated ) : System
decorated ILifetimeScope
Résultat System