C# Class CodeSharp.EventSourcing.DefaultContextManager

默认的Context管理器
Inheritance: IContextManager
Show file Open project: tangxuehua/eventsourcing

Public Methods

Method Description
DefaultContextManager ( IContextLifetimeManager contextLifetimeManager, ILoggerFactory loggerFactory )
GetContext ( ) : IContext

Method Details

DefaultContextManager() public method

public DefaultContextManager ( IContextLifetimeManager contextLifetimeManager, ILoggerFactory loggerFactory )
contextLifetimeManager IContextLifetimeManager
loggerFactory ILoggerFactory

GetContext() public method

public GetContext ( ) : IContext
return IContext