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

GetSession() public méthode

public GetSession ( string username ) : IClarifySession
username string
Résultat IClarifySession
        public IClarifySession GetSession(string username)
        {
            return getSession(username);
        }