Remote applications - several session hosts
This commit is contained in:
parent
d063e2ce2d
commit
7e8390d298
8 changed files with 243 additions and 15 deletions
|
@ -283,5 +283,11 @@ namespace WebsitePanel.EnterpriseServer
|
|||
{
|
||||
return RemoteDesktopServicesController.LogOffRdsUser(itemId, unifiedSessionId, hostServer);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public List<string> GetRdsCollectionSessionHosts(int collectionId)
|
||||
{
|
||||
return RemoteDesktopServicesController.GetRdsCollectionSessionHosts(collectionId);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue