RDS user sessions added
This commit is contained in:
parent
07a68d5ba1
commit
128fdaaa0b
20 changed files with 922 additions and 4 deletions
|
@ -271,5 +271,17 @@ namespace WebsitePanel.EnterpriseServer
|
|||
{
|
||||
return RemoteDesktopServicesController.SetApplicationUsers(itemId, collectionId, remoteApp, users);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public List<RdsUserSession> GetRdsUserSessions(int collectionId)
|
||||
{
|
||||
return RemoteDesktopServicesController.GetRdsUserSessions(collectionId);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public ResultObject LogOffRdsUser(int itemId, string unifiedSessionId, string hostServer)
|
||||
{
|
||||
return RemoteDesktopServicesController.LogOffRdsUser(itemId, unifiedSessionId, hostServer);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue