public IEnumerable <ExternalInstance> GetInstances(Application app) { checkLoginStatus(); var info = new InfoHelper(credMgr); return(info.GetInstances(app)); }
public IEnumerable<ExternalInstance> GetInstances(Application app) { CheckLoginStatus(); var info = new InfoHelper(proxyUser, credMgr); return info.GetInstances(app); }
public IEnumerable <ExternalInstance> GetInstances(Application app) { var info = new InfoHelper(proxyUser, credMgr); return(info.GetInstances(app)); }