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

RefreshSession() public méthode

public RefreshSession ( string username ) : void
username string
Résultat void
        public void RefreshSession(string username)
        {
            getSession(username).RefreshContext();
        }