Dovetail.SDK.Bootstrap.Clarify.ClarifySessionCache.ClarifySessionCache C# (CSharp) 메소드

ClarifySessionCache() 정적인 개인적인 메소드

static private ClarifySessionCache ( ) : System
리턴 System
        static ClarifySessionCache()
        {
            _agentSessionCacheByUsername = new Dictionary<string, IClarifySession>();
        }

Same methods

ClarifySessionCache::ClarifySessionCache ( IClarifyApplication clarifyApplication, ILogger logger, IUserClarifySessionConfigurator sessionConfigurator, Func sessionEndObserver, Func sessionStartObserver, Dovetail.SDK.Bootstrap.Clarify.DovetailDatabaseSettings settings ) : System