RDS provider + controller
This commit is contained in:
parent
d01ec8ac44
commit
2e97811d33
21 changed files with 7552 additions and 117 deletions
|
@ -726,6 +726,13 @@ namespace WebsitePanel.EnterpriseServer
|
|||
successful = false;
|
||||
}
|
||||
|
||||
//Cleanup RDS
|
||||
|
||||
if (RemoteDesktopServicesController.DeleteRemoteDesktopService(itemId).IsSuccess == false)
|
||||
{
|
||||
successful = false;
|
||||
}
|
||||
|
||||
//Cleanup Exchange
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue