wsp-10327 Add Dynamic Memory to VPS - Server Part.
This commit is contained in:
parent
1c48c3d230
commit
8fa9792b83
12 changed files with 171 additions and 92 deletions
|
@ -4,8 +4,6 @@ using System.Collections.ObjectModel;
|
|||
using System.Linq;
|
||||
using System.Management.Automation;
|
||||
using System.Management.Automation.Runspaces;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using WebsitePanel.Providers.HostedSolution;
|
||||
|
||||
namespace WebsitePanel.Providers.Virtualization
|
||||
|
@ -65,7 +63,6 @@ namespace WebsitePanel.Providers.Virtualization
|
|||
|
||||
public Collection<PSObject> Execute(Command cmd, bool addComputerNameParameter)
|
||||
{
|
||||
object[] errors;
|
||||
return Execute(cmd, addComputerNameParameter, false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue