Exemplo n.º 1
0
        public IHaloSession StartSession()
        {
            var session = new HaloSession(_product);

            Cache.MetadataCacheDuration = _cacheSettings?.MetadataCacheDuration;
            Cache.ProfileCacheDuration = _cacheSettings?.ProfileCacheDuration;
            Cache.StatsCacheDuration = _cacheSettings?.StatsCacheDuration;

            return session;
        }
Exemplo n.º 2
0
        public IHaloSession StartSession()
        {
            var session = new HaloSession(_subscriptionKey);

            return session;
        }
Exemplo n.º 3
0
        public IHaloSession StartSession()
        {
            var session = new HaloSession(_product);

            return session;
        }