Dovetail.SDK.Bootstrap.Clarify.ClarifySessionCache.ClarifySessionCache C# (CSharp) Méthode

ClarifySessionCache() static private méthode

static private ClarifySessionCache ( ) : System
Résultat 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