Feedback fixes

This commit is contained in:
vfedosevich 2014-12-24 04:33:00 -08:00
parent 4de74dcea7
commit acb9445b4b
11 changed files with 132 additions and 32 deletions

View file

@ -63,5 +63,6 @@ namespace WebsitePanel.Providers.RemoteDesktopServices
bool CheckServerAvailability(string hostName);
string[] GetApplicationUsers(string collectionName, string applicationName);
bool SetApplicationUsers(string collectionName, RemoteApplication remoteApp, string[] users);
bool CheckRDSServerAvaliable(string hostname);
}
}