C# 클래스 paramore.brighter.commandprocessor.LifetimeScope

상속: IAmALifetime
파일 보기 프로젝트 열기: iancooper/Paramore 1 사용 예제들

공개 메소드들

메소드 설명
Add ( IHandleRequests instance ) : void
Add ( IHandleRequestsAsync instance ) : void
Dispose ( ) : void
LifetimeScope ( IAmAHandlerFactory handlerFactory ) : System
LifetimeScope ( IAmAHandlerFactory handlerFactory, IAmAHandlerFactoryAsync asyncHandlerFactory ) : System
LifetimeScope ( IAmAHandlerFactoryAsync asyncHandlerFactory ) : System

메소드 상세

Add() 공개 메소드

public Add ( IHandleRequests instance ) : void
instance IHandleRequests
리턴 void

Add() 공개 메소드

public Add ( IHandleRequestsAsync instance ) : void
instance IHandleRequestsAsync
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

LifetimeScope() 공개 메소드

public LifetimeScope ( IAmAHandlerFactory handlerFactory ) : System
handlerFactory IAmAHandlerFactory
리턴 System

LifetimeScope() 공개 메소드

public LifetimeScope ( IAmAHandlerFactory handlerFactory, IAmAHandlerFactoryAsync asyncHandlerFactory ) : System
handlerFactory IAmAHandlerFactory
asyncHandlerFactory IAmAHandlerFactoryAsync
리턴 System

LifetimeScope() 공개 메소드

public LifetimeScope ( IAmAHandlerFactoryAsync asyncHandlerFactory ) : System
asyncHandlerFactory IAmAHandlerFactoryAsync
리턴 System