Hyper-V bugfixing

This commit is contained in:
me 2015-04-29 17:51:02 +04:00
parent 42f9646c4a
commit 10a4936a3f
3 changed files with 39 additions and 39 deletions

View file

@ -557,7 +557,7 @@ namespace WebsitePanel.EnterpriseServer
try
{
// asynchronous process starts here
CreateServerAsyncWorker worker = new CreateServerAsyncWorker();
CreateServerAsyncWorker2012 worker = new CreateServerAsyncWorker2012();
worker.TaskId = vm.CurrentTaskId; // async task ID
worker.ThreadUserId = SecurityContext.User.UserId;