C# Class paramore.brighter.commandprocessor.LifetimeScope

Inheritance: IAmALifetime
Exibir arquivo Open project: iancooper/Paramore Class Usage Examples

Public Methods

Method 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 method

public Add ( IHandleRequests instance ) : void
instance IHandleRequests
return void

Add() public method

public Add ( IHandleRequestsAsync instance ) : void
instance IHandleRequestsAsync
return void

Dispose() public method

public Dispose ( ) : void
return void

LifetimeScope() public method

public LifetimeScope ( IAmAHandlerFactory handlerFactory ) : System
handlerFactory IAmAHandlerFactory
return System

LifetimeScope() public method

public LifetimeScope ( IAmAHandlerFactory handlerFactory, IAmAHandlerFactoryAsync asyncHandlerFactory ) : System
handlerFactory IAmAHandlerFactory
asyncHandlerFactory IAmAHandlerFactoryAsync
return System

LifetimeScope() public method

public LifetimeScope ( IAmAHandlerFactoryAsync asyncHandlerFactory ) : System
asyncHandlerFactory IAmAHandlerFactoryAsync
return System