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

Class InMemoryRequestContextFactory Creates a RequestContext that can be passed between pipeline stages. The RequestContext created is transient and has a lifetime of the pipeline itself.
상속: IAmARequestContextFactory
파일 보기 프로젝트 열기: iancooper/Paramore

공개 메소드들

메소드 설명
Create ( ) : paramore.brighter.commandprocessor.RequestContext

Any pipeline has a request context that allows you to flow information between instances of IHandleRequests The default InMemoryRequestContextFactory is usable for most cases.

메소드 상세

Create() 공개 메소드

Any pipeline has a request context that allows you to flow information between instances of IHandleRequests The default InMemoryRequestContextFactory is usable for most cases.
public Create ( ) : paramore.brighter.commandprocessor.RequestContext
리턴 paramore.brighter.commandprocessor.RequestContext