C# Class paramore.brighter.commandprocessor.LifetimeScope

Inheritance: IAmALifetime
Afficher le fichier Open project: iancooper/Paramore Class Usage Examples

Méthodes publiques

Méthode Description
Add ( IHandleRequests instance ) : void
Add ( IHandleRequestsAsync instance ) : void
Dispose ( ) : void
LifetimeScope ( IAmAHandlerFactory handlerFactory ) : System
LifetimeScope ( IAmAHandlerFactory handlerFactory, IAmAHandlerFactoryAsync asyncHandlerFactory ) : System
LifetimeScope ( IAmAHandlerFactoryAsync asyncHandlerFactory ) : System

Method Details

Add() public méthode

public Add ( IHandleRequests instance ) : void
instance IHandleRequests
Résultat void

Add() public méthode

public Add ( IHandleRequestsAsync instance ) : void
instance IHandleRequestsAsync
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

LifetimeScope() public méthode

public LifetimeScope ( IAmAHandlerFactory handlerFactory ) : System
handlerFactory IAmAHandlerFactory
Résultat System

LifetimeScope() public méthode

public LifetimeScope ( IAmAHandlerFactory handlerFactory, IAmAHandlerFactoryAsync asyncHandlerFactory ) : System
handlerFactory IAmAHandlerFactory
asyncHandlerFactory IAmAHandlerFactoryAsync
Résultat System

LifetimeScope() public méthode

public LifetimeScope ( IAmAHandlerFactoryAsync asyncHandlerFactory ) : System
asyncHandlerFactory IAmAHandlerFactoryAsync
Résultat System