Managing remote application users

This commit is contained in:
vfedosevich 2014-12-17 05:53:53 -08:00
parent 53aff75c14
commit 1c4b8c1006
17 changed files with 881 additions and 6 deletions

View file

@ -61,5 +61,7 @@ namespace WebsitePanel.Providers.RemoteDesktopServices
bool CheckSessionHostFeatureInstallation(string hostName);
bool CheckServerAvailability(string hostName);
string[] GetApplicationUsers(string collectionName, string applicationName);
bool SetApplicationUsers(string collectionName, RemoteApplication remoteApp, string[] users);
}
}