Beispiel #1
0
        public ContextInfo GetAndRemoveESContext(string userId)
        {
            ContextInfo ci = cStore.GetContextInfo(StoreType.ESOnly, userId);

            if (ci != null)
            {
                cStore.DeleteContextInfo(StoreType.ESOnly, userId);
            }
            return(ci);
        }