Microsoft.WindowsAzure.Management.ServiceManagement.Test.FunctionalTests.ServiceManagementCmdletTestHelper.AddAzureVhdStop C# (CSharp) Method

AddAzureVhdStop() public method

public AddAzureVhdStop ( Microsoft.WindowsAzure.Management.ServiceManagement.Test.FunctionalTests.IaasCmdletInfo.AddAzureVhdCmdletInfo cmdletInfo, int ms ) : string
cmdletInfo Microsoft.WindowsAzure.Management.ServiceManagement.Test.FunctionalTests.IaasCmdletInfo.AddAzureVhdCmdletInfo
ms int
return string
        public string AddAzureVhdStop(AddAzureVhdCmdletInfo cmdletInfo, int ms)
        {
            WindowsAzurePowershellCmdlet azurePowershellCmdlet = new WindowsAzurePowershellCmdlet(cmdletInfo);
            return azurePowershellCmdlet.RunAndStop(ms).ToString();
        }
ServiceManagementCmdletTestHelper