C# Class 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.
Inheritance: IAmARequestContextFactory
Afficher le fichier Open project: iancooper/Paramore

Méthodes publiques

Méthode Description
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.

Method Details

Create() public méthode

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
Résultat paramore.brighter.commandprocessor.RequestContext