wsp-10329 Adding hyper-v replica to HyperV Provider. Enterprise Part 3.

This commit is contained in:
Alexander Trofimov 2015-04-17 19:18:49 +03:00
parent 27155ddc5e
commit 019ad51eae
5 changed files with 175 additions and 17 deletions

View file

@ -3736,6 +3736,7 @@ namespace WebsitePanel.EnterpriseServer
VirtualizationServer2012 vs = GetVirtualizationProxy(serviceId);
vs.SetReplicaServer(remoteServer, thumbprint, storagePath);
result.IsSuccess = true;
}
catch (Exception ex)
{