Dovetail.SDK.Bootstrap.Clarify.ClarifySessionCache.RefreshSession C# (CSharp) Method

RefreshSession() public method

public RefreshSession ( string username ) : void
username string
return void
        public void RefreshSession(string username)
        {
            getSession(username).RefreshContext();
        }