Revert changes to exchange 2013 provider
Fix applied on deadlock for scheduled task Support added to server configuration for powershell remoting
This commit is contained in:
parent
484e7102b8
commit
b00e11a2b9
7 changed files with 108 additions and 4 deletions
|
@ -119,7 +119,13 @@ namespace WebsitePanel.EnterpriseServer
|
|||
finally
|
||||
{
|
||||
// complete task
|
||||
TaskManager.CompleteTask();
|
||||
try
|
||||
{
|
||||
TaskManager.CompleteTask();
|
||||
}
|
||||
catch (Exception)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue