Chronicle.PerThreadSessionLifeCycle.GetSession C# (CSharp) Method

GetSession() public method

public GetSession ( string key ) : ISession
key string
return ISession
        public ISession GetSession(string key)
        {
            return getCurrentThreadSessions () [key];
        }