Showing Rds Server info
This commit is contained in:
parent
244a600d83
commit
8faf2a7139
17 changed files with 1503 additions and 19 deletions
|
@ -69,5 +69,9 @@ namespace WebsitePanel.Providers.RemoteDesktopServices
|
|||
List<RdsUserSession> GetRdsUserSessions(string collectionName);
|
||||
void LogOffRdsUser(string unifiedSessionId, string hostServer);
|
||||
List<string> GetRdsCollectionSessionHosts(string collectionName);
|
||||
RdsServerInfo GetRdsServerInfo(string serverName);
|
||||
string GetRdsServerStatus(string serverName);
|
||||
void ShutDownRdsServer(string serverName);
|
||||
void RestartRdsServer(string serverName);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue