예제 #1
0
        public IEnumerable <ExternalInstance> GetInstances(Application app)
        {
            checkLoginStatus();
            var info = new InfoHelper(credMgr);

            return(info.GetInstances(app));
        }
예제 #2
0
 public IEnumerable<ExternalInstance> GetInstances(Application app)
 {
     CheckLoginStatus();
     var info = new InfoHelper(proxyUser, credMgr);
     return info.GetInstances(app);
 }
예제 #3
0
        public IEnumerable <ExternalInstance> GetInstances(Application app)
        {
            var info = new InfoHelper(proxyUser, credMgr);

            return(info.GetInstances(app));
        }