Hyper-V bugfixing
This commit is contained in:
parent
42f9646c4a
commit
10a4936a3f
3 changed files with 39 additions and 39 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue