// Copyright (c) 2012, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, // are permitted provided that the following conditions are met: // // - Redistributions of source code must retain the above copyright notice, this // list of conditions and the following disclaimer. // // - Redistributions in binary form must reproduce the above copyright notice, // this list of conditions and the following disclaimer in the documentation // and/or other materials provided with the distribution. // // - Neither the name of the Outercurve Foundation nor the names of its // contributors may be used to endorse or promote products derived from this // software without specific prior written permission. // // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED // WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE // DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR // ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES // (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; // LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON // ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS // SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. //------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:2.0.50727.3074 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ // // This source code was auto-generated by wsdl, Version=2.0.50727.42. // namespace WebsitePanel.EnterpriseServer { using System.Xml.Serialization; using System.Web.Services; using System.ComponentModel; using System.Web.Services.Protocols; using System; using System.Diagnostics; using WebsitePanel.Providers; using WebsitePanel.Providers.Common; using WebsitePanel.Providers.Virtualization; using WebsitePanel.Providers.ResultObjects; /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Web.Services.WebServiceBindingAttribute(Name="esVirtualizationServerSoap", Namespace="http://smbsaas/websitepanel/enterpriseserver")] [System.Xml.Serialization.XmlIncludeAttribute(typeof(ServiceProviderItem))] public partial class esVirtualizationServer : Microsoft.Web.Services3.WebServicesClientProtocol { private System.Threading.SendOrPostCallback GetVirtualMachinesOperationCompleted; private System.Threading.SendOrPostCallback GetVirtualMachinesByServiceIdOperationCompleted; private System.Threading.SendOrPostCallback GetVirtualMachineItemOperationCompleted; private System.Threading.SendOrPostCallback EvaluateVirtualMachineTemplateOperationCompleted; private System.Threading.SendOrPostCallback GetExternalNetworkDetailsOperationCompleted; private System.Threading.SendOrPostCallback GetPackagePrivateIPAddressesPagedOperationCompleted; private System.Threading.SendOrPostCallback GetPackagePrivateIPAddressesOperationCompleted; private System.Threading.SendOrPostCallback GetPrivateNetworkDetailsOperationCompleted; private System.Threading.SendOrPostCallback GetSpaceUserPermissionsOperationCompleted; private System.Threading.SendOrPostCallback UpdateSpaceUserPermissionsOperationCompleted; private System.Threading.SendOrPostCallback GetSpaceAuditLogOperationCompleted; private System.Threading.SendOrPostCallback GetVirtualMachineAuditLogOperationCompleted; private System.Threading.SendOrPostCallback GetOperatingSystemTemplatesOperationCompleted; private System.Threading.SendOrPostCallback GetOperatingSystemTemplatesByServiceIdOperationCompleted; private System.Threading.SendOrPostCallback GetMaximumCpuCoresNumberOperationCompleted; private System.Threading.SendOrPostCallback GetDefaultExportPathOperationCompleted; private System.Threading.SendOrPostCallback CreateDefaultVirtualMachineOperationCompleted; private System.Threading.SendOrPostCallback CreateVirtualMachineOperationCompleted; private System.Threading.SendOrPostCallback ImportVirtualMachineOperationCompleted; private System.Threading.SendOrPostCallback GetVirtualMachineThumbnailOperationCompleted; private System.Threading.SendOrPostCallback GetVirtualMachineGeneralDetailsOperationCompleted; private System.Threading.SendOrPostCallback GetVirtualMachineExtendedInfoOperationCompleted; private System.Threading.SendOrPostCallback CancelVirtualMachineJobOperationCompleted; private System.Threading.SendOrPostCallback UpdateVirtualMachineHostNameOperationCompleted; private System.Threading.SendOrPostCallback ChangeVirtualMachineStateOperationCompleted; private System.Threading.SendOrPostCallback GetVirtualMachineJobsOperationCompleted; private System.Threading.SendOrPostCallback ChangeAdministratorPasswordOperationCompleted; private System.Threading.SendOrPostCallback UpdateVirtualMachineConfigurationOperationCompleted; private System.Threading.SendOrPostCallback GetInsertedDvdDiskOperationCompleted; private System.Threading.SendOrPostCallback GetLibraryDisksOperationCompleted; private System.Threading.SendOrPostCallback InsertDvdDiskOperationCompleted; private System.Threading.SendOrPostCallback EjectDvdDiskOperationCompleted; private System.Threading.SendOrPostCallback GetVirtualMachineSnapshotsOperationCompleted; private System.Threading.SendOrPostCallback GetSnapshotOperationCompleted; private System.Threading.SendOrPostCallback CreateSnapshotOperationCompleted; private System.Threading.SendOrPostCallback ApplySnapshotOperationCompleted; private System.Threading.SendOrPostCallback RenameSnapshotOperationCompleted; private System.Threading.SendOrPostCallback DeleteSnapshotOperationCompleted; private System.Threading.SendOrPostCallback DeleteSnapshotSubtreeOperationCompleted; private System.Threading.SendOrPostCallback GetSnapshotThumbnailOperationCompleted; private System.Threading.SendOrPostCallback GetExternalNetworkAdapterDetailsOperationCompleted; private System.Threading.SendOrPostCallback AddVirtualMachineExternalIPAddressesOperationCompleted; private System.Threading.SendOrPostCallback SetVirtualMachinePrimaryExternalIPAddressOperationCompleted; private System.Threading.SendOrPostCallback DeleteVirtualMachineExternalIPAddressesOperationCompleted; private System.Threading.SendOrPostCallback GetPrivateNetworkAdapterDetailsOperationCompleted; private System.Threading.SendOrPostCallback AddVirtualMachinePrivateIPAddressesOperationCompleted; private System.Threading.SendOrPostCallback SetVirtualMachinePrimaryPrivateIPAddressOperationCompleted; private System.Threading.SendOrPostCallback DeleteVirtualMachinePrivateIPAddressesOperationCompleted; private System.Threading.SendOrPostCallback GetVirtualMachinePermissionsOperationCompleted; private System.Threading.SendOrPostCallback UpdateVirtualMachineUserPermissionsOperationCompleted; private System.Threading.SendOrPostCallback GetExternalSwitchesOperationCompleted; private System.Threading.SendOrPostCallback DeleteVirtualMachineOperationCompleted; private System.Threading.SendOrPostCallback ReinstallVirtualMachineOperationCompleted; private System.Threading.SendOrPostCallback GetVirtualMachineSummaryTextOperationCompleted; private System.Threading.SendOrPostCallback SendVirtualMachineSummaryLetterOperationCompleted; /// public esVirtualizationServer() { this.Url = "http://127.0.0.1:9002/esVirtualizationServer.asmx"; } /// public event GetVirtualMachinesCompletedEventHandler GetVirtualMachinesCompleted; /// public event GetVirtualMachinesByServiceIdCompletedEventHandler GetVirtualMachinesByServiceIdCompleted; /// public event GetVirtualMachineItemCompletedEventHandler GetVirtualMachineItemCompleted; /// public event EvaluateVirtualMachineTemplateCompletedEventHandler EvaluateVirtualMachineTemplateCompleted; /// public event GetExternalNetworkDetailsCompletedEventHandler GetExternalNetworkDetailsCompleted; /// public event GetPackagePrivateIPAddressesPagedCompletedEventHandler GetPackagePrivateIPAddressesPagedCompleted; /// public event GetPackagePrivateIPAddressesCompletedEventHandler GetPackagePrivateIPAddressesCompleted; /// public event GetPrivateNetworkDetailsCompletedEventHandler GetPrivateNetworkDetailsCompleted; /// public event GetSpaceUserPermissionsCompletedEventHandler GetSpaceUserPermissionsCompleted; /// public event UpdateSpaceUserPermissionsCompletedEventHandler UpdateSpaceUserPermissionsCompleted; /// public event GetSpaceAuditLogCompletedEventHandler GetSpaceAuditLogCompleted; /// public event GetVirtualMachineAuditLogCompletedEventHandler GetVirtualMachineAuditLogCompleted; /// public event GetOperatingSystemTemplatesCompletedEventHandler GetOperatingSystemTemplatesCompleted; /// public event GetOperatingSystemTemplatesByServiceIdCompletedEventHandler GetOperatingSystemTemplatesByServiceIdCompleted; /// public event GetMaximumCpuCoresNumberCompletedEventHandler GetMaximumCpuCoresNumberCompleted; /// public event GetDefaultExportPathCompletedEventHandler GetDefaultExportPathCompleted; /// public event CreateDefaultVirtualMachineCompletedEventHandler CreateDefaultVirtualMachineCompleted; /// public event CreateVirtualMachineCompletedEventHandler CreateVirtualMachineCompleted; /// public event ImportVirtualMachineCompletedEventHandler ImportVirtualMachineCompleted; /// public event GetVirtualMachineThumbnailCompletedEventHandler GetVirtualMachineThumbnailCompleted; /// public event GetVirtualMachineGeneralDetailsCompletedEventHandler GetVirtualMachineGeneralDetailsCompleted; /// public event GetVirtualMachineExtendedInfoCompletedEventHandler GetVirtualMachineExtendedInfoCompleted; /// public event CancelVirtualMachineJobCompletedEventHandler CancelVirtualMachineJobCompleted; /// public event UpdateVirtualMachineHostNameCompletedEventHandler UpdateVirtualMachineHostNameCompleted; /// public event ChangeVirtualMachineStateCompletedEventHandler ChangeVirtualMachineStateCompleted; /// public event GetVirtualMachineJobsCompletedEventHandler GetVirtualMachineJobsCompleted; /// public event ChangeAdministratorPasswordCompletedEventHandler ChangeAdministratorPasswordCompleted; /// public event UpdateVirtualMachineConfigurationCompletedEventHandler UpdateVirtualMachineConfigurationCompleted; /// public event GetInsertedDvdDiskCompletedEventHandler GetInsertedDvdDiskCompleted; /// public event GetLibraryDisksCompletedEventHandler GetLibraryDisksCompleted; /// public event InsertDvdDiskCompletedEventHandler InsertDvdDiskCompleted; /// public event EjectDvdDiskCompletedEventHandler EjectDvdDiskCompleted; /// public event GetVirtualMachineSnapshotsCompletedEventHandler GetVirtualMachineSnapshotsCompleted; /// public event GetSnapshotCompletedEventHandler GetSnapshotCompleted; /// public event CreateSnapshotCompletedEventHandler CreateSnapshotCompleted; /// public event ApplySnapshotCompletedEventHandler ApplySnapshotCompleted; /// public event RenameSnapshotCompletedEventHandler RenameSnapshotCompleted; /// public event DeleteSnapshotCompletedEventHandler DeleteSnapshotCompleted; /// public event DeleteSnapshotSubtreeCompletedEventHandler DeleteSnapshotSubtreeCompleted; /// public event GetSnapshotThumbnailCompletedEventHandler GetSnapshotThumbnailCompleted; /// public event GetExternalNetworkAdapterDetailsCompletedEventHandler GetExternalNetworkAdapterDetailsCompleted; /// public event AddVirtualMachineExternalIPAddressesCompletedEventHandler AddVirtualMachineExternalIPAddressesCompleted; /// public event SetVirtualMachinePrimaryExternalIPAddressCompletedEventHandler SetVirtualMachinePrimaryExternalIPAddressCompleted; /// public event DeleteVirtualMachineExternalIPAddressesCompletedEventHandler DeleteVirtualMachineExternalIPAddressesCompleted; /// public event GetPrivateNetworkAdapterDetailsCompletedEventHandler GetPrivateNetworkAdapterDetailsCompleted; /// public event AddVirtualMachinePrivateIPAddressesCompletedEventHandler AddVirtualMachinePrivateIPAddressesCompleted; /// public event SetVirtualMachinePrimaryPrivateIPAddressCompletedEventHandler SetVirtualMachinePrimaryPrivateIPAddressCompleted; /// public event DeleteVirtualMachinePrivateIPAddressesCompletedEventHandler DeleteVirtualMachinePrivateIPAddressesCompleted; /// public event GetVirtualMachinePermissionsCompletedEventHandler GetVirtualMachinePermissionsCompleted; /// public event UpdateVirtualMachineUserPermissionsCompletedEventHandler UpdateVirtualMachineUserPermissionsCompleted; /// public event GetExternalSwitchesCompletedEventHandler GetExternalSwitchesCompleted; /// public event DeleteVirtualMachineCompletedEventHandler DeleteVirtualMachineCompleted; /// public event ReinstallVirtualMachineCompletedEventHandler ReinstallVirtualMachineCompleted; /// public event GetVirtualMachineSummaryTextCompletedEventHandler GetVirtualMachineSummaryTextCompleted; /// public event SendVirtualMachineSummaryLetterCompletedEventHandler SendVirtualMachineSummaryLetterCompleted; /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetVirtualMachines", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public VirtualMachineMetaItemsPaged GetVirtualMachines(int packageId, string filterColumn, string filterValue, string sortColumn, int startRow, int maximumRows, bool recursive) { object[] results = this.Invoke("GetVirtualMachines", new object[] { packageId, filterColumn, filterValue, sortColumn, startRow, maximumRows, recursive}); return ((VirtualMachineMetaItemsPaged)(results[0])); } /// public System.IAsyncResult BeginGetVirtualMachines(int packageId, string filterColumn, string filterValue, string sortColumn, int startRow, int maximumRows, bool recursive, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetVirtualMachines", new object[] { packageId, filterColumn, filterValue, sortColumn, startRow, maximumRows, recursive}, callback, asyncState); } /// public VirtualMachineMetaItemsPaged EndGetVirtualMachines(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((VirtualMachineMetaItemsPaged)(results[0])); } /// public void GetVirtualMachinesAsync(int packageId, string filterColumn, string filterValue, string sortColumn, int startRow, int maximumRows, bool recursive) { this.GetVirtualMachinesAsync(packageId, filterColumn, filterValue, sortColumn, startRow, maximumRows, recursive, null); } /// public void GetVirtualMachinesAsync(int packageId, string filterColumn, string filterValue, string sortColumn, int startRow, int maximumRows, bool recursive, object userState) { if ((this.GetVirtualMachinesOperationCompleted == null)) { this.GetVirtualMachinesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetVirtualMachinesOperationCompleted); } this.InvokeAsync("GetVirtualMachines", new object[] { packageId, filterColumn, filterValue, sortColumn, startRow, maximumRows, recursive}, this.GetVirtualMachinesOperationCompleted, userState); } private void OnGetVirtualMachinesOperationCompleted(object arg) { if ((this.GetVirtualMachinesCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GetVirtualMachinesCompleted(this, new GetVirtualMachinesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetVirtualMachinesByServiceId", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public VirtualMachine[] GetVirtualMachinesByServiceId(int serviceId) { object[] results = this.Invoke("GetVirtualMachinesByServiceId", new object[] { serviceId}); return ((VirtualMachine[])(results[0])); } /// public System.IAsyncResult BeginGetVirtualMachinesByServiceId(int serviceId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetVirtualMachinesByServiceId", new object[] { serviceId}, callback, asyncState); } /// public VirtualMachine[] EndGetVirtualMachinesByServiceId(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((VirtualMachine[])(results[0])); } /// public void GetVirtualMachinesByServiceIdAsync(int serviceId) { this.GetVirtualMachinesByServiceIdAsync(serviceId, null); } /// public void GetVirtualMachinesByServiceIdAsync(int serviceId, object userState) { if ((this.GetVirtualMachinesByServiceIdOperationCompleted == null)) { this.GetVirtualMachinesByServiceIdOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetVirtualMachinesByServiceIdOperationCompleted); } this.InvokeAsync("GetVirtualMachinesByServiceId", new object[] { serviceId}, this.GetVirtualMachinesByServiceIdOperationCompleted, userState); } private void OnGetVirtualMachinesByServiceIdOperationCompleted(object arg) { if ((this.GetVirtualMachinesByServiceIdCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GetVirtualMachinesByServiceIdCompleted(this, new GetVirtualMachinesByServiceIdCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetVirtualMachineItem", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public VirtualMachine GetVirtualMachineItem(int itemId) { object[] results = this.Invoke("GetVirtualMachineItem", new object[] { itemId}); return ((VirtualMachine)(results[0])); } /// public System.IAsyncResult BeginGetVirtualMachineItem(int itemId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetVirtualMachineItem", new object[] { itemId}, callback, asyncState); } /// public VirtualMachine EndGetVirtualMachineItem(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((VirtualMachine)(results[0])); } /// public void GetVirtualMachineItemAsync(int itemId) { this.GetVirtualMachineItemAsync(itemId, null); } /// public void GetVirtualMachineItemAsync(int itemId, object userState) { if ((this.GetVirtualMachineItemOperationCompleted == null)) { this.GetVirtualMachineItemOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetVirtualMachineItemOperationCompleted); } this.InvokeAsync("GetVirtualMachineItem", new object[] { itemId}, this.GetVirtualMachineItemOperationCompleted, userState); } private void OnGetVirtualMachineItemOperationCompleted(object arg) { if ((this.GetVirtualMachineItemCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GetVirtualMachineItemCompleted(this, new GetVirtualMachineItemCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/EvaluateVirtualMachineTemplate", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public string EvaluateVirtualMachineTemplate(int itemId, string template) { object[] results = this.Invoke("EvaluateVirtualMachineTemplate", new object[] { itemId, template}); return ((string)(results[0])); } /// public System.IAsyncResult BeginEvaluateVirtualMachineTemplate(int itemId, string template, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("EvaluateVirtualMachineTemplate", new object[] { itemId, template}, callback, asyncState); } /// public string EndEvaluateVirtualMachineTemplate(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((string)(results[0])); } /// public void EvaluateVirtualMachineTemplateAsync(int itemId, string template) { this.EvaluateVirtualMachineTemplateAsync(itemId, template, null); } /// public void EvaluateVirtualMachineTemplateAsync(int itemId, string template, object userState) { if ((this.EvaluateVirtualMachineTemplateOperationCompleted == null)) { this.EvaluateVirtualMachineTemplateOperationCompleted = new System.Threading.SendOrPostCallback(this.OnEvaluateVirtualMachineTemplateOperationCompleted); } this.InvokeAsync("EvaluateVirtualMachineTemplate", new object[] { itemId, template}, this.EvaluateVirtualMachineTemplateOperationCompleted, userState); } private void OnEvaluateVirtualMachineTemplateOperationCompleted(object arg) { if ((this.EvaluateVirtualMachineTemplateCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.EvaluateVirtualMachineTemplateCompleted(this, new EvaluateVirtualMachineTemplateCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetExternalNetworkDetails", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public NetworkAdapterDetails GetExternalNetworkDetails(int packageId) { object[] results = this.Invoke("GetExternalNetworkDetails", new object[] { packageId}); return ((NetworkAdapterDetails)(results[0])); } /// public System.IAsyncResult BeginGetExternalNetworkDetails(int packageId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetExternalNetworkDetails", new object[] { packageId}, callback, asyncState); } /// public NetworkAdapterDetails EndGetExternalNetworkDetails(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((NetworkAdapterDetails)(results[0])); } /// public void GetExternalNetworkDetailsAsync(int packageId) { this.GetExternalNetworkDetailsAsync(packageId, null); } /// public void GetExternalNetworkDetailsAsync(int packageId, object userState) { if ((this.GetExternalNetworkDetailsOperationCompleted == null)) { this.GetExternalNetworkDetailsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetExternalNetworkDetailsOperationCompleted); } this.InvokeAsync("GetExternalNetworkDetails", new object[] { packageId}, this.GetExternalNetworkDetailsOperationCompleted, userState); } private void OnGetExternalNetworkDetailsOperationCompleted(object arg) { if ((this.GetExternalNetworkDetailsCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GetExternalNetworkDetailsCompleted(this, new GetExternalNetworkDetailsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetPackagePrivateIPAddressesPaged", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public PrivateIPAddressesPaged GetPackagePrivateIPAddressesPaged(int packageId, string filterColumn, string filterValue, string sortColumn, int startRow, int maximumRows) { object[] results = this.Invoke("GetPackagePrivateIPAddressesPaged", new object[] { packageId, filterColumn, filterValue, sortColumn, startRow, maximumRows}); return ((PrivateIPAddressesPaged)(results[0])); } /// public System.IAsyncResult BeginGetPackagePrivateIPAddressesPaged(int packageId, string filterColumn, string filterValue, string sortColumn, int startRow, int maximumRows, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetPackagePrivateIPAddressesPaged", new object[] { packageId, filterColumn, filterValue, sortColumn, startRow, maximumRows}, callback, asyncState); } /// public PrivateIPAddressesPaged EndGetPackagePrivateIPAddressesPaged(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((PrivateIPAddressesPaged)(results[0])); } /// public void GetPackagePrivateIPAddressesPagedAsync(int packageId, string filterColumn, string filterValue, string sortColumn, int startRow, int maximumRows) { this.GetPackagePrivateIPAddressesPagedAsync(packageId, filterColumn, filterValue, sortColumn, startRow, maximumRows, null); } /// public void GetPackagePrivateIPAddressesPagedAsync(int packageId, string filterColumn, string filterValue, string sortColumn, int startRow, int maximumRows, object userState) { if ((this.GetPackagePrivateIPAddressesPagedOperationCompleted == null)) { this.GetPackagePrivateIPAddressesPagedOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetPackagePrivateIPAddressesPagedOperationCompleted); } this.InvokeAsync("GetPackagePrivateIPAddressesPaged", new object[] { packageId, filterColumn, filterValue, sortColumn, startRow, maximumRows}, this.GetPackagePrivateIPAddressesPagedOperationCompleted, userState); } private void OnGetPackagePrivateIPAddressesPagedOperationCompleted(object arg) { if ((this.GetPackagePrivateIPAddressesPagedCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GetPackagePrivateIPAddressesPagedCompleted(this, new GetPackagePrivateIPAddressesPagedCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetPackagePrivateIPAddresses", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public PrivateIPAddress[] GetPackagePrivateIPAddresses(int packageId) { object[] results = this.Invoke("GetPackagePrivateIPAddresses", new object[] { packageId}); return ((PrivateIPAddress[])(results[0])); } /// public System.IAsyncResult BeginGetPackagePrivateIPAddresses(int packageId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetPackagePrivateIPAddresses", new object[] { packageId}, callback, asyncState); } /// public PrivateIPAddress[] EndGetPackagePrivateIPAddresses(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((PrivateIPAddress[])(results[0])); } /// public void GetPackagePrivateIPAddressesAsync(int packageId) { this.GetPackagePrivateIPAddressesAsync(packageId, null); } /// public void GetPackagePrivateIPAddressesAsync(int packageId, object userState) { if ((this.GetPackagePrivateIPAddressesOperationCompleted == null)) { this.GetPackagePrivateIPAddressesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetPackagePrivateIPAddressesOperationCompleted); } this.InvokeAsync("GetPackagePrivateIPAddresses", new object[] { packageId}, this.GetPackagePrivateIPAddressesOperationCompleted, userState); } private void OnGetPackagePrivateIPAddressesOperationCompleted(object arg) { if ((this.GetPackagePrivateIPAddressesCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GetPackagePrivateIPAddressesCompleted(this, new GetPackagePrivateIPAddressesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetPrivateNetworkDetails", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public NetworkAdapterDetails GetPrivateNetworkDetails(int packageId) { object[] results = this.Invoke("GetPrivateNetworkDetails", new object[] { packageId}); return ((NetworkAdapterDetails)(results[0])); } /// public System.IAsyncResult BeginGetPrivateNetworkDetails(int packageId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetPrivateNetworkDetails", new object[] { packageId}, callback, asyncState); } /// public NetworkAdapterDetails EndGetPrivateNetworkDetails(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((NetworkAdapterDetails)(results[0])); } /// public void GetPrivateNetworkDetailsAsync(int packageId) { this.GetPrivateNetworkDetailsAsync(packageId, null); } /// public void GetPrivateNetworkDetailsAsync(int packageId, object userState) { if ((this.GetPrivateNetworkDetailsOperationCompleted == null)) { this.GetPrivateNetworkDetailsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetPrivateNetworkDetailsOperationCompleted); } this.InvokeAsync("GetPrivateNetworkDetails", new object[] { packageId}, this.GetPrivateNetworkDetailsOperationCompleted, userState); } private void OnGetPrivateNetworkDetailsOperationCompleted(object arg) { if ((this.GetPrivateNetworkDetailsCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GetPrivateNetworkDetailsCompleted(this, new GetPrivateNetworkDetailsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetSpaceUserPermissions", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public VirtualMachinePermission[] GetSpaceUserPermissions(int packageId) { object[] results = this.Invoke("GetSpaceUserPermissions", new object[] { packageId}); return ((VirtualMachinePermission[])(results[0])); } /// public System.IAsyncResult BeginGetSpaceUserPermissions(int packageId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetSpaceUserPermissions", new object[] { packageId}, callback, asyncState); } /// public VirtualMachinePermission[] EndGetSpaceUserPermissions(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((VirtualMachinePermission[])(results[0])); } /// public void GetSpaceUserPermissionsAsync(int packageId) { this.GetSpaceUserPermissionsAsync(packageId, null); } /// public void GetSpaceUserPermissionsAsync(int packageId, object userState) { if ((this.GetSpaceUserPermissionsOperationCompleted == null)) { this.GetSpaceUserPermissionsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetSpaceUserPermissionsOperationCompleted); } this.InvokeAsync("GetSpaceUserPermissions", new object[] { packageId}, this.GetSpaceUserPermissionsOperationCompleted, userState); } private void OnGetSpaceUserPermissionsOperationCompleted(object arg) { if ((this.GetSpaceUserPermissionsCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GetSpaceUserPermissionsCompleted(this, new GetSpaceUserPermissionsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/UpdateSpaceUserPermissions", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public int UpdateSpaceUserPermissions(int packageId, VirtualMachinePermission[] permissions) { object[] results = this.Invoke("UpdateSpaceUserPermissions", new object[] { packageId, permissions}); return ((int)(results[0])); } /// public System.IAsyncResult BeginUpdateSpaceUserPermissions(int packageId, VirtualMachinePermission[] permissions, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("UpdateSpaceUserPermissions", new object[] { packageId, permissions}, callback, asyncState); } /// public int EndUpdateSpaceUserPermissions(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((int)(results[0])); } /// public void UpdateSpaceUserPermissionsAsync(int packageId, VirtualMachinePermission[] permissions) { this.UpdateSpaceUserPermissionsAsync(packageId, permissions, null); } /// public void UpdateSpaceUserPermissionsAsync(int packageId, VirtualMachinePermission[] permissions, object userState) { if ((this.UpdateSpaceUserPermissionsOperationCompleted == null)) { this.UpdateSpaceUserPermissionsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateSpaceUserPermissionsOperationCompleted); } this.InvokeAsync("UpdateSpaceUserPermissions", new object[] { packageId, permissions}, this.UpdateSpaceUserPermissionsOperationCompleted, userState); } private void OnUpdateSpaceUserPermissionsOperationCompleted(object arg) { if ((this.UpdateSpaceUserPermissionsCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.UpdateSpaceUserPermissionsCompleted(this, new UpdateSpaceUserPermissionsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetSpaceAuditLog", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public LogRecord[] GetSpaceAuditLog(int packageId, System.DateTime startPeriod, System.DateTime endPeriod, int severity, string sortColumn, int startRow, int maximumRows) { object[] results = this.Invoke("GetSpaceAuditLog", new object[] { packageId, startPeriod, endPeriod, severity, sortColumn, startRow, maximumRows}); return ((LogRecord[])(results[0])); } /// public System.IAsyncResult BeginGetSpaceAuditLog(int packageId, System.DateTime startPeriod, System.DateTime endPeriod, int severity, string sortColumn, int startRow, int maximumRows, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetSpaceAuditLog", new object[] { packageId, startPeriod, endPeriod, severity, sortColumn, startRow, maximumRows}, callback, asyncState); } /// public LogRecord[] EndGetSpaceAuditLog(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((LogRecord[])(results[0])); } /// public void GetSpaceAuditLogAsync(int packageId, System.DateTime startPeriod, System.DateTime endPeriod, int severity, string sortColumn, int startRow, int maximumRows) { this.GetSpaceAuditLogAsync(packageId, startPeriod, endPeriod, severity, sortColumn, startRow, maximumRows, null); } /// public void GetSpaceAuditLogAsync(int packageId, System.DateTime startPeriod, System.DateTime endPeriod, int severity, string sortColumn, int startRow, int maximumRows, object userState) { if ((this.GetSpaceAuditLogOperationCompleted == null)) { this.GetSpaceAuditLogOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetSpaceAuditLogOperationCompleted); } this.InvokeAsync("GetSpaceAuditLog", new object[] { packageId, startPeriod, endPeriod, severity, sortColumn, startRow, maximumRows}, this.GetSpaceAuditLogOperationCompleted, userState); } private void OnGetSpaceAuditLogOperationCompleted(object arg) { if ((this.GetSpaceAuditLogCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GetSpaceAuditLogCompleted(this, new GetSpaceAuditLogCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetVirtualMachineAuditLog", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public LogRecord[] GetVirtualMachineAuditLog(int itemId, System.DateTime startPeriod, System.DateTime endPeriod, int severity, string sortColumn, int startRow, int maximumRows) { object[] results = this.Invoke("GetVirtualMachineAuditLog", new object[] { itemId, startPeriod, endPeriod, severity, sortColumn, startRow, maximumRows}); return ((LogRecord[])(results[0])); } /// public System.IAsyncResult BeginGetVirtualMachineAuditLog(int itemId, System.DateTime startPeriod, System.DateTime endPeriod, int severity, string sortColumn, int startRow, int maximumRows, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetVirtualMachineAuditLog", new object[] { itemId, startPeriod, endPeriod, severity, sortColumn, startRow, maximumRows}, callback, asyncState); } /// public LogRecord[] EndGetVirtualMachineAuditLog(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((LogRecord[])(results[0])); } /// public void GetVirtualMachineAuditLogAsync(int itemId, System.DateTime startPeriod, System.DateTime endPeriod, int severity, string sortColumn, int startRow, int maximumRows) { this.GetVirtualMachineAuditLogAsync(itemId, startPeriod, endPeriod, severity, sortColumn, startRow, maximumRows, null); } /// public void GetVirtualMachineAuditLogAsync(int itemId, System.DateTime startPeriod, System.DateTime endPeriod, int severity, string sortColumn, int startRow, int maximumRows, object userState) { if ((this.GetVirtualMachineAuditLogOperationCompleted == null)) { this.GetVirtualMachineAuditLogOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetVirtualMachineAuditLogOperationCompleted); } this.InvokeAsync("GetVirtualMachineAuditLog", new object[] { itemId, startPeriod, endPeriod, severity, sortColumn, startRow, maximumRows}, this.GetVirtualMachineAuditLogOperationCompleted, userState); } private void OnGetVirtualMachineAuditLogOperationCompleted(object arg) { if ((this.GetVirtualMachineAuditLogCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GetVirtualMachineAuditLogCompleted(this, new GetVirtualMachineAuditLogCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetOperatingSystemTemplates", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public LibraryItem[] GetOperatingSystemTemplates(int packageId) { object[] results = this.Invoke("GetOperatingSystemTemplates", new object[] { packageId}); return ((LibraryItem[])(results[0])); } /// public System.IAsyncResult BeginGetOperatingSystemTemplates(int packageId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetOperatingSystemTemplates", new object[] { packageId}, callback, asyncState); } /// public LibraryItem[] EndGetOperatingSystemTemplates(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((LibraryItem[])(results[0])); } /// public void GetOperatingSystemTemplatesAsync(int packageId) { this.GetOperatingSystemTemplatesAsync(packageId, null); } /// public void GetOperatingSystemTemplatesAsync(int packageId, object userState) { if ((this.GetOperatingSystemTemplatesOperationCompleted == null)) { this.GetOperatingSystemTemplatesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetOperatingSystemTemplatesOperationCompleted); } this.InvokeAsync("GetOperatingSystemTemplates", new object[] { packageId}, this.GetOperatingSystemTemplatesOperationCompleted, userState); } private void OnGetOperatingSystemTemplatesOperationCompleted(object arg) { if ((this.GetOperatingSystemTemplatesCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GetOperatingSystemTemplatesCompleted(this, new GetOperatingSystemTemplatesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetOperatingSystemTemplatesByServi" + "ceId", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public LibraryItem[] GetOperatingSystemTemplatesByServiceId(int serviceId) { object[] results = this.Invoke("GetOperatingSystemTemplatesByServiceId", new object[] { serviceId}); return ((LibraryItem[])(results[0])); } /// public System.IAsyncResult BeginGetOperatingSystemTemplatesByServiceId(int serviceId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetOperatingSystemTemplatesByServiceId", new object[] { serviceId}, callback, asyncState); } /// public LibraryItem[] EndGetOperatingSystemTemplatesByServiceId(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((LibraryItem[])(results[0])); } /// public void GetOperatingSystemTemplatesByServiceIdAsync(int serviceId) { this.GetOperatingSystemTemplatesByServiceIdAsync(serviceId, null); } /// public void GetOperatingSystemTemplatesByServiceIdAsync(int serviceId, object userState) { if ((this.GetOperatingSystemTemplatesByServiceIdOperationCompleted == null)) { this.GetOperatingSystemTemplatesByServiceIdOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetOperatingSystemTemplatesByServiceIdOperationCompleted); } this.InvokeAsync("GetOperatingSystemTemplatesByServiceId", new object[] { serviceId}, this.GetOperatingSystemTemplatesByServiceIdOperationCompleted, userState); } private void OnGetOperatingSystemTemplatesByServiceIdOperationCompleted(object arg) { if ((this.GetOperatingSystemTemplatesByServiceIdCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GetOperatingSystemTemplatesByServiceIdCompleted(this, new GetOperatingSystemTemplatesByServiceIdCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetMaximumCpuCoresNumber", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public int GetMaximumCpuCoresNumber(int packageId) { object[] results = this.Invoke("GetMaximumCpuCoresNumber", new object[] { packageId}); return ((int)(results[0])); } /// public System.IAsyncResult BeginGetMaximumCpuCoresNumber(int packageId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetMaximumCpuCoresNumber", new object[] { packageId}, callback, asyncState); } /// public int EndGetMaximumCpuCoresNumber(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((int)(results[0])); } /// public void GetMaximumCpuCoresNumberAsync(int packageId) { this.GetMaximumCpuCoresNumberAsync(packageId, null); } /// public void GetMaximumCpuCoresNumberAsync(int packageId, object userState) { if ((this.GetMaximumCpuCoresNumberOperationCompleted == null)) { this.GetMaximumCpuCoresNumberOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetMaximumCpuCoresNumberOperationCompleted); } this.InvokeAsync("GetMaximumCpuCoresNumber", new object[] { packageId}, this.GetMaximumCpuCoresNumberOperationCompleted, userState); } private void OnGetMaximumCpuCoresNumberOperationCompleted(object arg) { if ((this.GetMaximumCpuCoresNumberCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GetMaximumCpuCoresNumberCompleted(this, new GetMaximumCpuCoresNumberCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetDefaultExportPath", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public string GetDefaultExportPath(int itemId) { object[] results = this.Invoke("GetDefaultExportPath", new object[] { itemId}); return ((string)(results[0])); } /// public System.IAsyncResult BeginGetDefaultExportPath(int itemId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetDefaultExportPath", new object[] { itemId}, callback, asyncState); } /// public string EndGetDefaultExportPath(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((string)(results[0])); } /// public void GetDefaultExportPathAsync(int itemId) { this.GetDefaultExportPathAsync(itemId, null); } /// public void GetDefaultExportPathAsync(int itemId, object userState) { if ((this.GetDefaultExportPathOperationCompleted == null)) { this.GetDefaultExportPathOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetDefaultExportPathOperationCompleted); } this.InvokeAsync("GetDefaultExportPath", new object[] { itemId}, this.GetDefaultExportPathOperationCompleted, userState); } private void OnGetDefaultExportPathOperationCompleted(object arg) { if ((this.GetDefaultExportPathCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GetDefaultExportPathCompleted(this, new GetDefaultExportPathCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/CreateDefaultVirtualMachine", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public IntResult CreateDefaultVirtualMachine(int packageId, string hostname, string osTemplate, string password, string summaryLetterEmail) { object[] results = this.Invoke("CreateDefaultVirtualMachine", new object[] { packageId, hostname, osTemplate, password, summaryLetterEmail}); return ((IntResult)(results[0])); } /// public System.IAsyncResult BeginCreateDefaultVirtualMachine(int packageId, string hostname, string osTemplate, string password, string summaryLetterEmail, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("CreateDefaultVirtualMachine", new object[] { packageId, hostname, osTemplate, password, summaryLetterEmail}, callback, asyncState); } /// public IntResult EndCreateDefaultVirtualMachine(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((IntResult)(results[0])); } /// public void CreateDefaultVirtualMachineAsync(int packageId, string hostname, string osTemplate, string password, string summaryLetterEmail) { this.CreateDefaultVirtualMachineAsync(packageId, hostname, osTemplate, password, summaryLetterEmail, null); } /// public void CreateDefaultVirtualMachineAsync(int packageId, string hostname, string osTemplate, string password, string summaryLetterEmail, object userState) { if ((this.CreateDefaultVirtualMachineOperationCompleted == null)) { this.CreateDefaultVirtualMachineOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateDefaultVirtualMachineOperationCompleted); } this.InvokeAsync("CreateDefaultVirtualMachine", new object[] { packageId, hostname, osTemplate, password, summaryLetterEmail}, this.CreateDefaultVirtualMachineOperationCompleted, userState); } private void OnCreateDefaultVirtualMachineOperationCompleted(object arg) { if ((this.CreateDefaultVirtualMachineCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.CreateDefaultVirtualMachineCompleted(this, new CreateDefaultVirtualMachineCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/CreateVirtualMachine", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public IntResult CreateVirtualMachine( int packageId, string hostname, string osTemplateFile, string password, string summaryLetterEmail, int cpuCores, int ramMB, int hddGB, int snapshots, bool dvdInstalled, bool bootFromCD, bool numLock, bool startShutdownAllowed, bool pauseResumeAllowed, bool rebootAllowed, bool resetAllowed, bool reinstallAllowed, bool externalNetworkEnabled, int externalAddressesNumber, bool randomExternalAddresses, int[] externalAddresses, bool privateNetworkEnabled, int privateAddressesNumber, bool randomPrivateAddresses, string[] privateAddresses) { object[] results = this.Invoke("CreateVirtualMachine", new object[] { packageId, hostname, osTemplateFile, password, summaryLetterEmail, cpuCores, ramMB, hddGB, snapshots, dvdInstalled, bootFromCD, numLock, startShutdownAllowed, pauseResumeAllowed, rebootAllowed, resetAllowed, reinstallAllowed, externalNetworkEnabled, externalAddressesNumber, randomExternalAddresses, externalAddresses, privateNetworkEnabled, privateAddressesNumber, randomPrivateAddresses, privateAddresses}); return ((IntResult)(results[0])); } /// public System.IAsyncResult BeginCreateVirtualMachine( int packageId, string hostname, string osTemplateFile, string password, string summaryLetterEmail, int cpuCores, int ramMB, int hddGB, int snapshots, bool dvdInstalled, bool bootFromCD, bool numLock, bool startShutdownAllowed, bool pauseResumeAllowed, bool rebootAllowed, bool resetAllowed, bool reinstallAllowed, bool externalNetworkEnabled, int externalAddressesNumber, bool randomExternalAddresses, int[] externalAddresses, bool privateNetworkEnabled, int privateAddressesNumber, bool randomPrivateAddresses, string[] privateAddresses, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("CreateVirtualMachine", new object[] { packageId, hostname, osTemplateFile, password, summaryLetterEmail, cpuCores, ramMB, hddGB, snapshots, dvdInstalled, bootFromCD, numLock, startShutdownAllowed, pauseResumeAllowed, rebootAllowed, resetAllowed, reinstallAllowed, externalNetworkEnabled, externalAddressesNumber, randomExternalAddresses, externalAddresses, privateNetworkEnabled, privateAddressesNumber, randomPrivateAddresses, privateAddresses}, callback, asyncState); } /// public IntResult EndCreateVirtualMachine(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((IntResult)(results[0])); } /// public void CreateVirtualMachineAsync( int packageId, string hostname, string osTemplateFile, string password, string summaryLetterEmail, int cpuCores, int ramMB, int hddGB, int snapshots, bool dvdInstalled, bool bootFromCD, bool numLock, bool startShutdownAllowed, bool pauseResumeAllowed, bool rebootAllowed, bool resetAllowed, bool reinstallAllowed, bool externalNetworkEnabled, int externalAddressesNumber, bool randomExternalAddresses, int[] externalAddresses, bool privateNetworkEnabled, int privateAddressesNumber, bool randomPrivateAddresses, string[] privateAddresses) { this.CreateVirtualMachineAsync(packageId, hostname, osTemplateFile, password, summaryLetterEmail, cpuCores, ramMB, hddGB, snapshots, dvdInstalled, bootFromCD, numLock, startShutdownAllowed, pauseResumeAllowed, rebootAllowed, resetAllowed, reinstallAllowed, externalNetworkEnabled, externalAddressesNumber, randomExternalAddresses, externalAddresses, privateNetworkEnabled, privateAddressesNumber, randomPrivateAddresses, privateAddresses, null); } /// public void CreateVirtualMachineAsync( int packageId, string hostname, string osTemplateFile, string password, string summaryLetterEmail, int cpuCores, int ramMB, int hddGB, int snapshots, bool dvdInstalled, bool bootFromCD, bool numLock, bool startShutdownAllowed, bool pauseResumeAllowed, bool rebootAllowed, bool resetAllowed, bool reinstallAllowed, bool externalNetworkEnabled, int externalAddressesNumber, bool randomExternalAddresses, int[] externalAddresses, bool privateNetworkEnabled, int privateAddressesNumber, bool randomPrivateAddresses, string[] privateAddresses, object userState) { if ((this.CreateVirtualMachineOperationCompleted == null)) { this.CreateVirtualMachineOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateVirtualMachineOperationCompleted); } this.InvokeAsync("CreateVirtualMachine", new object[] { packageId, hostname, osTemplateFile, password, summaryLetterEmail, cpuCores, ramMB, hddGB, snapshots, dvdInstalled, bootFromCD, numLock, startShutdownAllowed, pauseResumeAllowed, rebootAllowed, resetAllowed, reinstallAllowed, externalNetworkEnabled, externalAddressesNumber, randomExternalAddresses, externalAddresses, privateNetworkEnabled, privateAddressesNumber, randomPrivateAddresses, privateAddresses}, this.CreateVirtualMachineOperationCompleted, userState); } private void OnCreateVirtualMachineOperationCompleted(object arg) { if ((this.CreateVirtualMachineCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.CreateVirtualMachineCompleted(this, new CreateVirtualMachineCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/ImportVirtualMachine", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public IntResult ImportVirtualMachine(int packageId, int serviceId, string vmId, string osTemplateFile, string adminPassword, bool startShutdownAllowed, bool pauseResumeAllowed, bool rebootAllowed, bool resetAllowed, bool reinstallAllowed, string externalNicMacAddress, int[] externalAddresses, string managementNicMacAddress, int managementAddress) { object[] results = this.Invoke("ImportVirtualMachine", new object[] { packageId, serviceId, vmId, osTemplateFile, adminPassword, startShutdownAllowed, pauseResumeAllowed, rebootAllowed, resetAllowed, reinstallAllowed, externalNicMacAddress, externalAddresses, managementNicMacAddress, managementAddress}); return ((IntResult)(results[0])); } /// public System.IAsyncResult BeginImportVirtualMachine( int packageId, int serviceId, string vmId, string osTemplateFile, string adminPassword, bool startShutdownAllowed, bool pauseResumeAllowed, bool rebootAllowed, bool resetAllowed, bool reinstallAllowed, string externalNicMacAddress, int[] externalAddresses, string managementNicMacAddress, int managementAddress, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ImportVirtualMachine", new object[] { packageId, serviceId, vmId, osTemplateFile, adminPassword, startShutdownAllowed, pauseResumeAllowed, rebootAllowed, resetAllowed, reinstallAllowed, externalNicMacAddress, externalAddresses, managementNicMacAddress, managementAddress}, callback, asyncState); } /// public IntResult EndImportVirtualMachine(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((IntResult)(results[0])); } /// public void ImportVirtualMachineAsync(int packageId, int serviceId, string vmId, string osTemplateFile, string adminPassword, bool startShutdownAllowed, bool pauseResumeAllowed, bool rebootAllowed, bool resetAllowed, bool reinstallAllowed, string externalNicMacAddress, int[] externalAddresses, string managementNicMacAddress, int managementAddress) { this.ImportVirtualMachineAsync(packageId, serviceId, vmId, osTemplateFile, adminPassword, startShutdownAllowed, pauseResumeAllowed, rebootAllowed, resetAllowed, reinstallAllowed, externalNicMacAddress, externalAddresses, managementNicMacAddress, managementAddress, null); } /// public void ImportVirtualMachineAsync(int packageId, int serviceId, string vmId, string osTemplateFile, string adminPassword, bool startShutdownAllowed, bool pauseResumeAllowed, bool rebootAllowed, bool resetAllowed, bool reinstallAllowed, string externalNicMacAddress, int[] externalAddresses, string managementNicMacAddress, int managementAddress, object userState) { if ((this.ImportVirtualMachineOperationCompleted == null)) { this.ImportVirtualMachineOperationCompleted = new System.Threading.SendOrPostCallback(this.OnImportVirtualMachineOperationCompleted); } this.InvokeAsync("ImportVirtualMachine", new object[] { packageId, serviceId, vmId, osTemplateFile, adminPassword, startShutdownAllowed, pauseResumeAllowed, rebootAllowed, resetAllowed, reinstallAllowed, externalNicMacAddress, externalAddresses, managementNicMacAddress, managementAddress}, this.ImportVirtualMachineOperationCompleted, userState); } private void OnImportVirtualMachineOperationCompleted(object arg) { if ((this.ImportVirtualMachineCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ImportVirtualMachineCompleted(this, new ImportVirtualMachineCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetVirtualMachineThumbnail", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] [return: System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")] public byte[] GetVirtualMachineThumbnail(int itemId, ThumbnailSize size) { object[] results = this.Invoke("GetVirtualMachineThumbnail", new object[] { itemId, size}); return ((byte[])(results[0])); } /// public System.IAsyncResult BeginGetVirtualMachineThumbnail(int itemId, ThumbnailSize size, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetVirtualMachineThumbnail", new object[] { itemId, size}, callback, asyncState); } /// public byte[] EndGetVirtualMachineThumbnail(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((byte[])(results[0])); } /// public void GetVirtualMachineThumbnailAsync(int itemId, ThumbnailSize size) { this.GetVirtualMachineThumbnailAsync(itemId, size, null); } /// public void GetVirtualMachineThumbnailAsync(int itemId, ThumbnailSize size, object userState) { if ((this.GetVirtualMachineThumbnailOperationCompleted == null)) { this.GetVirtualMachineThumbnailOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetVirtualMachineThumbnailOperationCompleted); } this.InvokeAsync("GetVirtualMachineThumbnail", new object[] { itemId, size}, this.GetVirtualMachineThumbnailOperationCompleted, userState); } private void OnGetVirtualMachineThumbnailOperationCompleted(object arg) { if ((this.GetVirtualMachineThumbnailCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GetVirtualMachineThumbnailCompleted(this, new GetVirtualMachineThumbnailCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetVirtualMachineGeneralDetails", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public VirtualMachine GetVirtualMachineGeneralDetails(int itemId) { object[] results = this.Invoke("GetVirtualMachineGeneralDetails", new object[] { itemId}); return ((VirtualMachine)(results[0])); } /// public System.IAsyncResult BeginGetVirtualMachineGeneralDetails(int itemId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetVirtualMachineGeneralDetails", new object[] { itemId}, callback, asyncState); } /// public VirtualMachine EndGetVirtualMachineGeneralDetails(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((VirtualMachine)(results[0])); } /// public void GetVirtualMachineGeneralDetailsAsync(int itemId) { this.GetVirtualMachineGeneralDetailsAsync(itemId, null); } /// public void GetVirtualMachineGeneralDetailsAsync(int itemId, object userState) { if ((this.GetVirtualMachineGeneralDetailsOperationCompleted == null)) { this.GetVirtualMachineGeneralDetailsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetVirtualMachineGeneralDetailsOperationCompleted); } this.InvokeAsync("GetVirtualMachineGeneralDetails", new object[] { itemId}, this.GetVirtualMachineGeneralDetailsOperationCompleted, userState); } private void OnGetVirtualMachineGeneralDetailsOperationCompleted(object arg) { if ((this.GetVirtualMachineGeneralDetailsCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GetVirtualMachineGeneralDetailsCompleted(this, new GetVirtualMachineGeneralDetailsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetVirtualMachineExtendedInfo", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public VirtualMachine GetVirtualMachineExtendedInfo(int serviceId, string vmId) { object[] results = this.Invoke("GetVirtualMachineExtendedInfo", new object[] { serviceId, vmId}); return ((VirtualMachine)(results[0])); } /// public System.IAsyncResult BeginGetVirtualMachineExtendedInfo(int serviceId, string vmId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetVirtualMachineExtendedInfo", new object[] { serviceId, vmId}, callback, asyncState); } /// public VirtualMachine EndGetVirtualMachineExtendedInfo(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((VirtualMachine)(results[0])); } /// public void GetVirtualMachineExtendedInfoAsync(int serviceId, string vmId) { this.GetVirtualMachineExtendedInfoAsync(serviceId, vmId, null); } /// public void GetVirtualMachineExtendedInfoAsync(int serviceId, string vmId, object userState) { if ((this.GetVirtualMachineExtendedInfoOperationCompleted == null)) { this.GetVirtualMachineExtendedInfoOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetVirtualMachineExtendedInfoOperationCompleted); } this.InvokeAsync("GetVirtualMachineExtendedInfo", new object[] { serviceId, vmId}, this.GetVirtualMachineExtendedInfoOperationCompleted, userState); } private void OnGetVirtualMachineExtendedInfoOperationCompleted(object arg) { if ((this.GetVirtualMachineExtendedInfoCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GetVirtualMachineExtendedInfoCompleted(this, new GetVirtualMachineExtendedInfoCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/CancelVirtualMachineJob", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public int CancelVirtualMachineJob(string jobId) { object[] results = this.Invoke("CancelVirtualMachineJob", new object[] { jobId}); return ((int)(results[0])); } /// public System.IAsyncResult BeginCancelVirtualMachineJob(string jobId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("CancelVirtualMachineJob", new object[] { jobId}, callback, asyncState); } /// public int EndCancelVirtualMachineJob(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((int)(results[0])); } /// public void CancelVirtualMachineJobAsync(string jobId) { this.CancelVirtualMachineJobAsync(jobId, null); } /// public void CancelVirtualMachineJobAsync(string jobId, object userState) { if ((this.CancelVirtualMachineJobOperationCompleted == null)) { this.CancelVirtualMachineJobOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCancelVirtualMachineJobOperationCompleted); } this.InvokeAsync("CancelVirtualMachineJob", new object[] { jobId}, this.CancelVirtualMachineJobOperationCompleted, userState); } private void OnCancelVirtualMachineJobOperationCompleted(object arg) { if ((this.CancelVirtualMachineJobCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.CancelVirtualMachineJobCompleted(this, new CancelVirtualMachineJobCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/UpdateVirtualMachineHostName", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ResultObject UpdateVirtualMachineHostName(int itemId, string hostname, bool updateNetBIOS) { object[] results = this.Invoke("UpdateVirtualMachineHostName", new object[] { itemId, hostname, updateNetBIOS}); return ((ResultObject)(results[0])); } /// public System.IAsyncResult BeginUpdateVirtualMachineHostName(int itemId, string hostname, bool updateNetBIOS, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("UpdateVirtualMachineHostName", new object[] { itemId, hostname, updateNetBIOS}, callback, asyncState); } /// public ResultObject EndUpdateVirtualMachineHostName(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ResultObject)(results[0])); } /// public void UpdateVirtualMachineHostNameAsync(int itemId, string hostname, bool updateNetBIOS) { this.UpdateVirtualMachineHostNameAsync(itemId, hostname, updateNetBIOS, null); } /// public void UpdateVirtualMachineHostNameAsync(int itemId, string hostname, bool updateNetBIOS, object userState) { if ((this.UpdateVirtualMachineHostNameOperationCompleted == null)) { this.UpdateVirtualMachineHostNameOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateVirtualMachineHostNameOperationCompleted); } this.InvokeAsync("UpdateVirtualMachineHostName", new object[] { itemId, hostname, updateNetBIOS}, this.UpdateVirtualMachineHostNameOperationCompleted, userState); } private void OnUpdateVirtualMachineHostNameOperationCompleted(object arg) { if ((this.UpdateVirtualMachineHostNameCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.UpdateVirtualMachineHostNameCompleted(this, new UpdateVirtualMachineHostNameCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/ChangeVirtualMachineState", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ResultObject ChangeVirtualMachineState(int itemId, VirtualMachineRequestedState state) { object[] results = this.Invoke("ChangeVirtualMachineState", new object[] { itemId, state}); return ((ResultObject)(results[0])); } /// public System.IAsyncResult BeginChangeVirtualMachineState(int itemId, VirtualMachineRequestedState state, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ChangeVirtualMachineState", new object[] { itemId, state}, callback, asyncState); } /// public ResultObject EndChangeVirtualMachineState(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ResultObject)(results[0])); } /// public void ChangeVirtualMachineStateAsync(int itemId, VirtualMachineRequestedState state) { this.ChangeVirtualMachineStateAsync(itemId, state, null); } /// public void ChangeVirtualMachineStateAsync(int itemId, VirtualMachineRequestedState state, object userState) { if ((this.ChangeVirtualMachineStateOperationCompleted == null)) { this.ChangeVirtualMachineStateOperationCompleted = new System.Threading.SendOrPostCallback(this.OnChangeVirtualMachineStateOperationCompleted); } this.InvokeAsync("ChangeVirtualMachineState", new object[] { itemId, state}, this.ChangeVirtualMachineStateOperationCompleted, userState); } private void OnChangeVirtualMachineStateOperationCompleted(object arg) { if ((this.ChangeVirtualMachineStateCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ChangeVirtualMachineStateCompleted(this, new ChangeVirtualMachineStateCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetVirtualMachineJobs", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ConcreteJob[] GetVirtualMachineJobs(int itemId) { object[] results = this.Invoke("GetVirtualMachineJobs", new object[] { itemId}); return ((ConcreteJob[])(results[0])); } /// public System.IAsyncResult BeginGetVirtualMachineJobs(int itemId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetVirtualMachineJobs", new object[] { itemId}, callback, asyncState); } /// public ConcreteJob[] EndGetVirtualMachineJobs(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ConcreteJob[])(results[0])); } /// public void GetVirtualMachineJobsAsync(int itemId) { this.GetVirtualMachineJobsAsync(itemId, null); } /// public void GetVirtualMachineJobsAsync(int itemId, object userState) { if ((this.GetVirtualMachineJobsOperationCompleted == null)) { this.GetVirtualMachineJobsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetVirtualMachineJobsOperationCompleted); } this.InvokeAsync("GetVirtualMachineJobs", new object[] { itemId}, this.GetVirtualMachineJobsOperationCompleted, userState); } private void OnGetVirtualMachineJobsOperationCompleted(object arg) { if ((this.GetVirtualMachineJobsCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GetVirtualMachineJobsCompleted(this, new GetVirtualMachineJobsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/ChangeAdministratorPassword", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ResultObject ChangeAdministratorPassword(int itemId, string password) { object[] results = this.Invoke("ChangeAdministratorPassword", new object[] { itemId, password}); return ((ResultObject)(results[0])); } /// public System.IAsyncResult BeginChangeAdministratorPassword(int itemId, string password, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ChangeAdministratorPassword", new object[] { itemId, password}, callback, asyncState); } /// public ResultObject EndChangeAdministratorPassword(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ResultObject)(results[0])); } /// public void ChangeAdministratorPasswordAsync(int itemId, string password) { this.ChangeAdministratorPasswordAsync(itemId, password, null); } /// public void ChangeAdministratorPasswordAsync(int itemId, string password, object userState) { if ((this.ChangeAdministratorPasswordOperationCompleted == null)) { this.ChangeAdministratorPasswordOperationCompleted = new System.Threading.SendOrPostCallback(this.OnChangeAdministratorPasswordOperationCompleted); } this.InvokeAsync("ChangeAdministratorPassword", new object[] { itemId, password}, this.ChangeAdministratorPasswordOperationCompleted, userState); } private void OnChangeAdministratorPasswordOperationCompleted(object arg) { if ((this.ChangeAdministratorPasswordCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ChangeAdministratorPasswordCompleted(this, new ChangeAdministratorPasswordCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/UpdateVirtualMachineConfiguration", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ResultObject UpdateVirtualMachineConfiguration(int itemId, int cpuCores, int ramMB, int hddGB, int snapshots, bool dvdInstalled, bool bootFromCD, bool numLock, bool startShutdownAllowed, bool pauseResumeAllowed, bool rebootAllowed, bool resetAllowed, bool reinstallAllowed, bool externalNetworkEnabled, bool privateNetworkEnabled) { object[] results = this.Invoke("UpdateVirtualMachineConfiguration", new object[] { itemId, cpuCores, ramMB, hddGB, snapshots, dvdInstalled, bootFromCD, numLock, startShutdownAllowed, pauseResumeAllowed, rebootAllowed, resetAllowed, reinstallAllowed, externalNetworkEnabled, privateNetworkEnabled}); return ((ResultObject)(results[0])); } /// public System.IAsyncResult BeginUpdateVirtualMachineConfiguration( int itemId, int cpuCores, int ramMB, int hddGB, int snapshots, bool dvdInstalled, bool bootFromCD, bool numLock, bool startShutdownAllowed, bool pauseResumeAllowed, bool rebootAllowed, bool resetAllowed, bool reinstallAllowed, bool externalNetworkEnabled, bool privateNetworkEnabled, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("UpdateVirtualMachineConfiguration", new object[] { itemId, cpuCores, ramMB, hddGB, snapshots, dvdInstalled, bootFromCD, numLock, startShutdownAllowed, pauseResumeAllowed, rebootAllowed, resetAllowed, reinstallAllowed, externalNetworkEnabled, privateNetworkEnabled}, callback, asyncState); } /// public ResultObject EndUpdateVirtualMachineConfiguration(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ResultObject)(results[0])); } /// public void UpdateVirtualMachineConfigurationAsync(int itemId, int cpuCores, int ramMB, int hddGB, int snapshots, bool dvdInstalled, bool bootFromCD, bool numLock, bool startShutdownAllowed, bool pauseResumeAllowed, bool rebootAllowed, bool resetAllowed, bool reinstallAllowed, bool externalNetworkEnabled, bool privateNetworkEnabled) { this.UpdateVirtualMachineConfigurationAsync(itemId, cpuCores, ramMB, hddGB, snapshots, dvdInstalled, bootFromCD, numLock, startShutdownAllowed, pauseResumeAllowed, rebootAllowed, resetAllowed, reinstallAllowed, externalNetworkEnabled, privateNetworkEnabled, null); } /// public void UpdateVirtualMachineConfigurationAsync( int itemId, int cpuCores, int ramMB, int hddGB, int snapshots, bool dvdInstalled, bool bootFromCD, bool numLock, bool startShutdownAllowed, bool pauseResumeAllowed, bool rebootAllowed, bool resetAllowed, bool reinstallAllowed, bool externalNetworkEnabled, bool privateNetworkEnabled, object userState) { if ((this.UpdateVirtualMachineConfigurationOperationCompleted == null)) { this.UpdateVirtualMachineConfigurationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateVirtualMachineConfigurationOperationCompleted); } this.InvokeAsync("UpdateVirtualMachineConfiguration", new object[] { itemId, cpuCores, ramMB, hddGB, snapshots, dvdInstalled, bootFromCD, numLock, startShutdownAllowed, pauseResumeAllowed, rebootAllowed, resetAllowed, reinstallAllowed, externalNetworkEnabled, privateNetworkEnabled}, this.UpdateVirtualMachineConfigurationOperationCompleted, userState); } private void OnUpdateVirtualMachineConfigurationOperationCompleted(object arg) { if ((this.UpdateVirtualMachineConfigurationCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.UpdateVirtualMachineConfigurationCompleted(this, new UpdateVirtualMachineConfigurationCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetInsertedDvdDisk", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public LibraryItem GetInsertedDvdDisk(int itemId) { object[] results = this.Invoke("GetInsertedDvdDisk", new object[] { itemId}); return ((LibraryItem)(results[0])); } /// public System.IAsyncResult BeginGetInsertedDvdDisk(int itemId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetInsertedDvdDisk", new object[] { itemId}, callback, asyncState); } /// public LibraryItem EndGetInsertedDvdDisk(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((LibraryItem)(results[0])); } /// public void GetInsertedDvdDiskAsync(int itemId) { this.GetInsertedDvdDiskAsync(itemId, null); } /// public void GetInsertedDvdDiskAsync(int itemId, object userState) { if ((this.GetInsertedDvdDiskOperationCompleted == null)) { this.GetInsertedDvdDiskOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetInsertedDvdDiskOperationCompleted); } this.InvokeAsync("GetInsertedDvdDisk", new object[] { itemId}, this.GetInsertedDvdDiskOperationCompleted, userState); } private void OnGetInsertedDvdDiskOperationCompleted(object arg) { if ((this.GetInsertedDvdDiskCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GetInsertedDvdDiskCompleted(this, new GetInsertedDvdDiskCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetLibraryDisks", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public LibraryItem[] GetLibraryDisks(int itemId) { object[] results = this.Invoke("GetLibraryDisks", new object[] { itemId}); return ((LibraryItem[])(results[0])); } /// public System.IAsyncResult BeginGetLibraryDisks(int itemId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetLibraryDisks", new object[] { itemId}, callback, asyncState); } /// public LibraryItem[] EndGetLibraryDisks(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((LibraryItem[])(results[0])); } /// public void GetLibraryDisksAsync(int itemId) { this.GetLibraryDisksAsync(itemId, null); } /// public void GetLibraryDisksAsync(int itemId, object userState) { if ((this.GetLibraryDisksOperationCompleted == null)) { this.GetLibraryDisksOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetLibraryDisksOperationCompleted); } this.InvokeAsync("GetLibraryDisks", new object[] { itemId}, this.GetLibraryDisksOperationCompleted, userState); } private void OnGetLibraryDisksOperationCompleted(object arg) { if ((this.GetLibraryDisksCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GetLibraryDisksCompleted(this, new GetLibraryDisksCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/InsertDvdDisk", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ResultObject InsertDvdDisk(int itemId, string isoPath) { object[] results = this.Invoke("InsertDvdDisk", new object[] { itemId, isoPath}); return ((ResultObject)(results[0])); } /// public System.IAsyncResult BeginInsertDvdDisk(int itemId, string isoPath, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("InsertDvdDisk", new object[] { itemId, isoPath}, callback, asyncState); } /// public ResultObject EndInsertDvdDisk(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ResultObject)(results[0])); } /// public void InsertDvdDiskAsync(int itemId, string isoPath) { this.InsertDvdDiskAsync(itemId, isoPath, null); } /// public void InsertDvdDiskAsync(int itemId, string isoPath, object userState) { if ((this.InsertDvdDiskOperationCompleted == null)) { this.InsertDvdDiskOperationCompleted = new System.Threading.SendOrPostCallback(this.OnInsertDvdDiskOperationCompleted); } this.InvokeAsync("InsertDvdDisk", new object[] { itemId, isoPath}, this.InsertDvdDiskOperationCompleted, userState); } private void OnInsertDvdDiskOperationCompleted(object arg) { if ((this.InsertDvdDiskCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.InsertDvdDiskCompleted(this, new InsertDvdDiskCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/EjectDvdDisk", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ResultObject EjectDvdDisk(int itemId) { object[] results = this.Invoke("EjectDvdDisk", new object[] { itemId}); return ((ResultObject)(results[0])); } /// public System.IAsyncResult BeginEjectDvdDisk(int itemId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("EjectDvdDisk", new object[] { itemId}, callback, asyncState); } /// public ResultObject EndEjectDvdDisk(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ResultObject)(results[0])); } /// public void EjectDvdDiskAsync(int itemId) { this.EjectDvdDiskAsync(itemId, null); } /// public void EjectDvdDiskAsync(int itemId, object userState) { if ((this.EjectDvdDiskOperationCompleted == null)) { this.EjectDvdDiskOperationCompleted = new System.Threading.SendOrPostCallback(this.OnEjectDvdDiskOperationCompleted); } this.InvokeAsync("EjectDvdDisk", new object[] { itemId}, this.EjectDvdDiskOperationCompleted, userState); } private void OnEjectDvdDiskOperationCompleted(object arg) { if ((this.EjectDvdDiskCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.EjectDvdDiskCompleted(this, new EjectDvdDiskCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetVirtualMachineSnapshots", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public VirtualMachineSnapshot[] GetVirtualMachineSnapshots(int itemId) { object[] results = this.Invoke("GetVirtualMachineSnapshots", new object[] { itemId}); return ((VirtualMachineSnapshot[])(results[0])); } /// public System.IAsyncResult BeginGetVirtualMachineSnapshots(int itemId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetVirtualMachineSnapshots", new object[] { itemId}, callback, asyncState); } /// public VirtualMachineSnapshot[] EndGetVirtualMachineSnapshots(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((VirtualMachineSnapshot[])(results[0])); } /// public void GetVirtualMachineSnapshotsAsync(int itemId) { this.GetVirtualMachineSnapshotsAsync(itemId, null); } /// public void GetVirtualMachineSnapshotsAsync(int itemId, object userState) { if ((this.GetVirtualMachineSnapshotsOperationCompleted == null)) { this.GetVirtualMachineSnapshotsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetVirtualMachineSnapshotsOperationCompleted); } this.InvokeAsync("GetVirtualMachineSnapshots", new object[] { itemId}, this.GetVirtualMachineSnapshotsOperationCompleted, userState); } private void OnGetVirtualMachineSnapshotsOperationCompleted(object arg) { if ((this.GetVirtualMachineSnapshotsCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GetVirtualMachineSnapshotsCompleted(this, new GetVirtualMachineSnapshotsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetSnapshot", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public VirtualMachineSnapshot GetSnapshot(int itemId, string snaphostId) { object[] results = this.Invoke("GetSnapshot", new object[] { itemId, snaphostId}); return ((VirtualMachineSnapshot)(results[0])); } /// public System.IAsyncResult BeginGetSnapshot(int itemId, string snaphostId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetSnapshot", new object[] { itemId, snaphostId}, callback, asyncState); } /// public VirtualMachineSnapshot EndGetSnapshot(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((VirtualMachineSnapshot)(results[0])); } /// public void GetSnapshotAsync(int itemId, string snaphostId) { this.GetSnapshotAsync(itemId, snaphostId, null); } /// public void GetSnapshotAsync(int itemId, string snaphostId, object userState) { if ((this.GetSnapshotOperationCompleted == null)) { this.GetSnapshotOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetSnapshotOperationCompleted); } this.InvokeAsync("GetSnapshot", new object[] { itemId, snaphostId}, this.GetSnapshotOperationCompleted, userState); } private void OnGetSnapshotOperationCompleted(object arg) { if ((this.GetSnapshotCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GetSnapshotCompleted(this, new GetSnapshotCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/CreateSnapshot", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ResultObject CreateSnapshot(int itemId) { object[] results = this.Invoke("CreateSnapshot", new object[] { itemId}); return ((ResultObject)(results[0])); } /// public System.IAsyncResult BeginCreateSnapshot(int itemId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("CreateSnapshot", new object[] { itemId}, callback, asyncState); } /// public ResultObject EndCreateSnapshot(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ResultObject)(results[0])); } /// public void CreateSnapshotAsync(int itemId) { this.CreateSnapshotAsync(itemId, null); } /// public void CreateSnapshotAsync(int itemId, object userState) { if ((this.CreateSnapshotOperationCompleted == null)) { this.CreateSnapshotOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateSnapshotOperationCompleted); } this.InvokeAsync("CreateSnapshot", new object[] { itemId}, this.CreateSnapshotOperationCompleted, userState); } private void OnCreateSnapshotOperationCompleted(object arg) { if ((this.CreateSnapshotCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.CreateSnapshotCompleted(this, new CreateSnapshotCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/ApplySnapshot", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ResultObject ApplySnapshot(int itemId, string snapshotId) { object[] results = this.Invoke("ApplySnapshot", new object[] { itemId, snapshotId}); return ((ResultObject)(results[0])); } /// public System.IAsyncResult BeginApplySnapshot(int itemId, string snapshotId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ApplySnapshot", new object[] { itemId, snapshotId}, callback, asyncState); } /// public ResultObject EndApplySnapshot(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ResultObject)(results[0])); } /// public void ApplySnapshotAsync(int itemId, string snapshotId) { this.ApplySnapshotAsync(itemId, snapshotId, null); } /// public void ApplySnapshotAsync(int itemId, string snapshotId, object userState) { if ((this.ApplySnapshotOperationCompleted == null)) { this.ApplySnapshotOperationCompleted = new System.Threading.SendOrPostCallback(this.OnApplySnapshotOperationCompleted); } this.InvokeAsync("ApplySnapshot", new object[] { itemId, snapshotId}, this.ApplySnapshotOperationCompleted, userState); } private void OnApplySnapshotOperationCompleted(object arg) { if ((this.ApplySnapshotCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ApplySnapshotCompleted(this, new ApplySnapshotCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/RenameSnapshot", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ResultObject RenameSnapshot(int itemId, string snapshotId, string newName) { object[] results = this.Invoke("RenameSnapshot", new object[] { itemId, snapshotId, newName}); return ((ResultObject)(results[0])); } /// public System.IAsyncResult BeginRenameSnapshot(int itemId, string snapshotId, string newName, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("RenameSnapshot", new object[] { itemId, snapshotId, newName}, callback, asyncState); } /// public ResultObject EndRenameSnapshot(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ResultObject)(results[0])); } /// public void RenameSnapshotAsync(int itemId, string snapshotId, string newName) { this.RenameSnapshotAsync(itemId, snapshotId, newName, null); } /// public void RenameSnapshotAsync(int itemId, string snapshotId, string newName, object userState) { if ((this.RenameSnapshotOperationCompleted == null)) { this.RenameSnapshotOperationCompleted = new System.Threading.SendOrPostCallback(this.OnRenameSnapshotOperationCompleted); } this.InvokeAsync("RenameSnapshot", new object[] { itemId, snapshotId, newName}, this.RenameSnapshotOperationCompleted, userState); } private void OnRenameSnapshotOperationCompleted(object arg) { if ((this.RenameSnapshotCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.RenameSnapshotCompleted(this, new RenameSnapshotCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/DeleteSnapshot", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ResultObject DeleteSnapshot(int itemId, string snapshotId) { object[] results = this.Invoke("DeleteSnapshot", new object[] { itemId, snapshotId}); return ((ResultObject)(results[0])); } /// public System.IAsyncResult BeginDeleteSnapshot(int itemId, string snapshotId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("DeleteSnapshot", new object[] { itemId, snapshotId}, callback, asyncState); } /// public ResultObject EndDeleteSnapshot(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ResultObject)(results[0])); } /// public void DeleteSnapshotAsync(int itemId, string snapshotId) { this.DeleteSnapshotAsync(itemId, snapshotId, null); } /// public void DeleteSnapshotAsync(int itemId, string snapshotId, object userState) { if ((this.DeleteSnapshotOperationCompleted == null)) { this.DeleteSnapshotOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDeleteSnapshotOperationCompleted); } this.InvokeAsync("DeleteSnapshot", new object[] { itemId, snapshotId}, this.DeleteSnapshotOperationCompleted, userState); } private void OnDeleteSnapshotOperationCompleted(object arg) { if ((this.DeleteSnapshotCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.DeleteSnapshotCompleted(this, new DeleteSnapshotCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/DeleteSnapshotSubtree", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ResultObject DeleteSnapshotSubtree(int itemId, string snapshotId) { object[] results = this.Invoke("DeleteSnapshotSubtree", new object[] { itemId, snapshotId}); return ((ResultObject)(results[0])); } /// public System.IAsyncResult BeginDeleteSnapshotSubtree(int itemId, string snapshotId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("DeleteSnapshotSubtree", new object[] { itemId, snapshotId}, callback, asyncState); } /// public ResultObject EndDeleteSnapshotSubtree(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ResultObject)(results[0])); } /// public void DeleteSnapshotSubtreeAsync(int itemId, string snapshotId) { this.DeleteSnapshotSubtreeAsync(itemId, snapshotId, null); } /// public void DeleteSnapshotSubtreeAsync(int itemId, string snapshotId, object userState) { if ((this.DeleteSnapshotSubtreeOperationCompleted == null)) { this.DeleteSnapshotSubtreeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDeleteSnapshotSubtreeOperationCompleted); } this.InvokeAsync("DeleteSnapshotSubtree", new object[] { itemId, snapshotId}, this.DeleteSnapshotSubtreeOperationCompleted, userState); } private void OnDeleteSnapshotSubtreeOperationCompleted(object arg) { if ((this.DeleteSnapshotSubtreeCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.DeleteSnapshotSubtreeCompleted(this, new DeleteSnapshotSubtreeCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetSnapshotThumbnail", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] [return: System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")] public byte[] GetSnapshotThumbnail(int itemId, string snapshotId, ThumbnailSize size) { object[] results = this.Invoke("GetSnapshotThumbnail", new object[] { itemId, snapshotId, size}); return ((byte[])(results[0])); } /// public System.IAsyncResult BeginGetSnapshotThumbnail(int itemId, string snapshotId, ThumbnailSize size, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetSnapshotThumbnail", new object[] { itemId, snapshotId, size}, callback, asyncState); } /// public byte[] EndGetSnapshotThumbnail(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((byte[])(results[0])); } /// public void GetSnapshotThumbnailAsync(int itemId, string snapshotId, ThumbnailSize size) { this.GetSnapshotThumbnailAsync(itemId, snapshotId, size, null); } /// public void GetSnapshotThumbnailAsync(int itemId, string snapshotId, ThumbnailSize size, object userState) { if ((this.GetSnapshotThumbnailOperationCompleted == null)) { this.GetSnapshotThumbnailOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetSnapshotThumbnailOperationCompleted); } this.InvokeAsync("GetSnapshotThumbnail", new object[] { itemId, snapshotId, size}, this.GetSnapshotThumbnailOperationCompleted, userState); } private void OnGetSnapshotThumbnailOperationCompleted(object arg) { if ((this.GetSnapshotThumbnailCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GetSnapshotThumbnailCompleted(this, new GetSnapshotThumbnailCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetExternalNetworkAdapterDetails", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public NetworkAdapterDetails GetExternalNetworkAdapterDetails(int itemId) { object[] results = this.Invoke("GetExternalNetworkAdapterDetails", new object[] { itemId}); return ((NetworkAdapterDetails)(results[0])); } /// public System.IAsyncResult BeginGetExternalNetworkAdapterDetails(int itemId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetExternalNetworkAdapterDetails", new object[] { itemId}, callback, asyncState); } /// public NetworkAdapterDetails EndGetExternalNetworkAdapterDetails(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((NetworkAdapterDetails)(results[0])); } /// public void GetExternalNetworkAdapterDetailsAsync(int itemId) { this.GetExternalNetworkAdapterDetailsAsync(itemId, null); } /// public void GetExternalNetworkAdapterDetailsAsync(int itemId, object userState) { if ((this.GetExternalNetworkAdapterDetailsOperationCompleted == null)) { this.GetExternalNetworkAdapterDetailsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetExternalNetworkAdapterDetailsOperationCompleted); } this.InvokeAsync("GetExternalNetworkAdapterDetails", new object[] { itemId}, this.GetExternalNetworkAdapterDetailsOperationCompleted, userState); } private void OnGetExternalNetworkAdapterDetailsOperationCompleted(object arg) { if ((this.GetExternalNetworkAdapterDetailsCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GetExternalNetworkAdapterDetailsCompleted(this, new GetExternalNetworkAdapterDetailsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/AddVirtualMachineExternalIPAddress" + "es", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ResultObject AddVirtualMachineExternalIPAddresses(int itemId, bool selectRandom, int addressesNumber, int[] addressId) { object[] results = this.Invoke("AddVirtualMachineExternalIPAddresses", new object[] { itemId, selectRandom, addressesNumber, addressId}); return ((ResultObject)(results[0])); } /// public System.IAsyncResult BeginAddVirtualMachineExternalIPAddresses(int itemId, bool selectRandom, int addressesNumber, int[] addressId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("AddVirtualMachineExternalIPAddresses", new object[] { itemId, selectRandom, addressesNumber, addressId}, callback, asyncState); } /// public ResultObject EndAddVirtualMachineExternalIPAddresses(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ResultObject)(results[0])); } /// public void AddVirtualMachineExternalIPAddressesAsync(int itemId, bool selectRandom, int addressesNumber, int[] addressId) { this.AddVirtualMachineExternalIPAddressesAsync(itemId, selectRandom, addressesNumber, addressId, null); } /// public void AddVirtualMachineExternalIPAddressesAsync(int itemId, bool selectRandom, int addressesNumber, int[] addressId, object userState) { if ((this.AddVirtualMachineExternalIPAddressesOperationCompleted == null)) { this.AddVirtualMachineExternalIPAddressesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAddVirtualMachineExternalIPAddressesOperationCompleted); } this.InvokeAsync("AddVirtualMachineExternalIPAddresses", new object[] { itemId, selectRandom, addressesNumber, addressId}, this.AddVirtualMachineExternalIPAddressesOperationCompleted, userState); } private void OnAddVirtualMachineExternalIPAddressesOperationCompleted(object arg) { if ((this.AddVirtualMachineExternalIPAddressesCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.AddVirtualMachineExternalIPAddressesCompleted(this, new AddVirtualMachineExternalIPAddressesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/SetVirtualMachinePrimaryExternalIP" + "Address", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ResultObject SetVirtualMachinePrimaryExternalIPAddress(int itemId, int addressId) { object[] results = this.Invoke("SetVirtualMachinePrimaryExternalIPAddress", new object[] { itemId, addressId}); return ((ResultObject)(results[0])); } /// public System.IAsyncResult BeginSetVirtualMachinePrimaryExternalIPAddress(int itemId, int addressId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("SetVirtualMachinePrimaryExternalIPAddress", new object[] { itemId, addressId}, callback, asyncState); } /// public ResultObject EndSetVirtualMachinePrimaryExternalIPAddress(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ResultObject)(results[0])); } /// public void SetVirtualMachinePrimaryExternalIPAddressAsync(int itemId, int addressId) { this.SetVirtualMachinePrimaryExternalIPAddressAsync(itemId, addressId, null); } /// public void SetVirtualMachinePrimaryExternalIPAddressAsync(int itemId, int addressId, object userState) { if ((this.SetVirtualMachinePrimaryExternalIPAddressOperationCompleted == null)) { this.SetVirtualMachinePrimaryExternalIPAddressOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSetVirtualMachinePrimaryExternalIPAddressOperationCompleted); } this.InvokeAsync("SetVirtualMachinePrimaryExternalIPAddress", new object[] { itemId, addressId}, this.SetVirtualMachinePrimaryExternalIPAddressOperationCompleted, userState); } private void OnSetVirtualMachinePrimaryExternalIPAddressOperationCompleted(object arg) { if ((this.SetVirtualMachinePrimaryExternalIPAddressCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.SetVirtualMachinePrimaryExternalIPAddressCompleted(this, new SetVirtualMachinePrimaryExternalIPAddressCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/DeleteVirtualMachineExternalIPAddr" + "esses", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ResultObject DeleteVirtualMachineExternalIPAddresses(int itemId, int[] addressId) { object[] results = this.Invoke("DeleteVirtualMachineExternalIPAddresses", new object[] { itemId, addressId}); return ((ResultObject)(results[0])); } /// public System.IAsyncResult BeginDeleteVirtualMachineExternalIPAddresses(int itemId, int[] addressId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("DeleteVirtualMachineExternalIPAddresses", new object[] { itemId, addressId}, callback, asyncState); } /// public ResultObject EndDeleteVirtualMachineExternalIPAddresses(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ResultObject)(results[0])); } /// public void DeleteVirtualMachineExternalIPAddressesAsync(int itemId, int[] addressId) { this.DeleteVirtualMachineExternalIPAddressesAsync(itemId, addressId, null); } /// public void DeleteVirtualMachineExternalIPAddressesAsync(int itemId, int[] addressId, object userState) { if ((this.DeleteVirtualMachineExternalIPAddressesOperationCompleted == null)) { this.DeleteVirtualMachineExternalIPAddressesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDeleteVirtualMachineExternalIPAddressesOperationCompleted); } this.InvokeAsync("DeleteVirtualMachineExternalIPAddresses", new object[] { itemId, addressId}, this.DeleteVirtualMachineExternalIPAddressesOperationCompleted, userState); } private void OnDeleteVirtualMachineExternalIPAddressesOperationCompleted(object arg) { if ((this.DeleteVirtualMachineExternalIPAddressesCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.DeleteVirtualMachineExternalIPAddressesCompleted(this, new DeleteVirtualMachineExternalIPAddressesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetPrivateNetworkAdapterDetails", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public NetworkAdapterDetails GetPrivateNetworkAdapterDetails(int itemId) { object[] results = this.Invoke("GetPrivateNetworkAdapterDetails", new object[] { itemId}); return ((NetworkAdapterDetails)(results[0])); } /// public System.IAsyncResult BeginGetPrivateNetworkAdapterDetails(int itemId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetPrivateNetworkAdapterDetails", new object[] { itemId}, callback, asyncState); } /// public NetworkAdapterDetails EndGetPrivateNetworkAdapterDetails(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((NetworkAdapterDetails)(results[0])); } /// public void GetPrivateNetworkAdapterDetailsAsync(int itemId) { this.GetPrivateNetworkAdapterDetailsAsync(itemId, null); } /// public void GetPrivateNetworkAdapterDetailsAsync(int itemId, object userState) { if ((this.GetPrivateNetworkAdapterDetailsOperationCompleted == null)) { this.GetPrivateNetworkAdapterDetailsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetPrivateNetworkAdapterDetailsOperationCompleted); } this.InvokeAsync("GetPrivateNetworkAdapterDetails", new object[] { itemId}, this.GetPrivateNetworkAdapterDetailsOperationCompleted, userState); } private void OnGetPrivateNetworkAdapterDetailsOperationCompleted(object arg) { if ((this.GetPrivateNetworkAdapterDetailsCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GetPrivateNetworkAdapterDetailsCompleted(this, new GetPrivateNetworkAdapterDetailsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/AddVirtualMachinePrivateIPAddresse" + "s", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ResultObject AddVirtualMachinePrivateIPAddresses(int itemId, bool selectRandom, int addressesNumber, string[] addresses) { object[] results = this.Invoke("AddVirtualMachinePrivateIPAddresses", new object[] { itemId, selectRandom, addressesNumber, addresses}); return ((ResultObject)(results[0])); } /// public System.IAsyncResult BeginAddVirtualMachinePrivateIPAddresses(int itemId, bool selectRandom, int addressesNumber, string[] addresses, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("AddVirtualMachinePrivateIPAddresses", new object[] { itemId, selectRandom, addressesNumber, addresses}, callback, asyncState); } /// public ResultObject EndAddVirtualMachinePrivateIPAddresses(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ResultObject)(results[0])); } /// public void AddVirtualMachinePrivateIPAddressesAsync(int itemId, bool selectRandom, int addressesNumber, string[] addresses) { this.AddVirtualMachinePrivateIPAddressesAsync(itemId, selectRandom, addressesNumber, addresses, null); } /// public void AddVirtualMachinePrivateIPAddressesAsync(int itemId, bool selectRandom, int addressesNumber, string[] addresses, object userState) { if ((this.AddVirtualMachinePrivateIPAddressesOperationCompleted == null)) { this.AddVirtualMachinePrivateIPAddressesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAddVirtualMachinePrivateIPAddressesOperationCompleted); } this.InvokeAsync("AddVirtualMachinePrivateIPAddresses", new object[] { itemId, selectRandom, addressesNumber, addresses}, this.AddVirtualMachinePrivateIPAddressesOperationCompleted, userState); } private void OnAddVirtualMachinePrivateIPAddressesOperationCompleted(object arg) { if ((this.AddVirtualMachinePrivateIPAddressesCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.AddVirtualMachinePrivateIPAddressesCompleted(this, new AddVirtualMachinePrivateIPAddressesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/SetVirtualMachinePrimaryPrivateIPA" + "ddress", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ResultObject SetVirtualMachinePrimaryPrivateIPAddress(int itemId, int addressId) { object[] results = this.Invoke("SetVirtualMachinePrimaryPrivateIPAddress", new object[] { itemId, addressId}); return ((ResultObject)(results[0])); } /// public System.IAsyncResult BeginSetVirtualMachinePrimaryPrivateIPAddress(int itemId, int addressId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("SetVirtualMachinePrimaryPrivateIPAddress", new object[] { itemId, addressId}, callback, asyncState); } /// public ResultObject EndSetVirtualMachinePrimaryPrivateIPAddress(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ResultObject)(results[0])); } /// public void SetVirtualMachinePrimaryPrivateIPAddressAsync(int itemId, int addressId) { this.SetVirtualMachinePrimaryPrivateIPAddressAsync(itemId, addressId, null); } /// public void SetVirtualMachinePrimaryPrivateIPAddressAsync(int itemId, int addressId, object userState) { if ((this.SetVirtualMachinePrimaryPrivateIPAddressOperationCompleted == null)) { this.SetVirtualMachinePrimaryPrivateIPAddressOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSetVirtualMachinePrimaryPrivateIPAddressOperationCompleted); } this.InvokeAsync("SetVirtualMachinePrimaryPrivateIPAddress", new object[] { itemId, addressId}, this.SetVirtualMachinePrimaryPrivateIPAddressOperationCompleted, userState); } private void OnSetVirtualMachinePrimaryPrivateIPAddressOperationCompleted(object arg) { if ((this.SetVirtualMachinePrimaryPrivateIPAddressCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.SetVirtualMachinePrimaryPrivateIPAddressCompleted(this, new SetVirtualMachinePrimaryPrivateIPAddressCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/DeleteVirtualMachinePrivateIPAddre" + "sses", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ResultObject DeleteVirtualMachinePrivateIPAddresses(int itemId, int[] addressId) { object[] results = this.Invoke("DeleteVirtualMachinePrivateIPAddresses", new object[] { itemId, addressId}); return ((ResultObject)(results[0])); } /// public System.IAsyncResult BeginDeleteVirtualMachinePrivateIPAddresses(int itemId, int[] addressId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("DeleteVirtualMachinePrivateIPAddresses", new object[] { itemId, addressId}, callback, asyncState); } /// public ResultObject EndDeleteVirtualMachinePrivateIPAddresses(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ResultObject)(results[0])); } /// public void DeleteVirtualMachinePrivateIPAddressesAsync(int itemId, int[] addressId) { this.DeleteVirtualMachinePrivateIPAddressesAsync(itemId, addressId, null); } /// public void DeleteVirtualMachinePrivateIPAddressesAsync(int itemId, int[] addressId, object userState) { if ((this.DeleteVirtualMachinePrivateIPAddressesOperationCompleted == null)) { this.DeleteVirtualMachinePrivateIPAddressesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDeleteVirtualMachinePrivateIPAddressesOperationCompleted); } this.InvokeAsync("DeleteVirtualMachinePrivateIPAddresses", new object[] { itemId, addressId}, this.DeleteVirtualMachinePrivateIPAddressesOperationCompleted, userState); } private void OnDeleteVirtualMachinePrivateIPAddressesOperationCompleted(object arg) { if ((this.DeleteVirtualMachinePrivateIPAddressesCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.DeleteVirtualMachinePrivateIPAddressesCompleted(this, new DeleteVirtualMachinePrivateIPAddressesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetVirtualMachinePermissions", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public VirtualMachinePermission[] GetVirtualMachinePermissions(int itemId) { object[] results = this.Invoke("GetVirtualMachinePermissions", new object[] { itemId}); return ((VirtualMachinePermission[])(results[0])); } /// public System.IAsyncResult BeginGetVirtualMachinePermissions(int itemId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetVirtualMachinePermissions", new object[] { itemId}, callback, asyncState); } /// public VirtualMachinePermission[] EndGetVirtualMachinePermissions(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((VirtualMachinePermission[])(results[0])); } /// public void GetVirtualMachinePermissionsAsync(int itemId) { this.GetVirtualMachinePermissionsAsync(itemId, null); } /// public void GetVirtualMachinePermissionsAsync(int itemId, object userState) { if ((this.GetVirtualMachinePermissionsOperationCompleted == null)) { this.GetVirtualMachinePermissionsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetVirtualMachinePermissionsOperationCompleted); } this.InvokeAsync("GetVirtualMachinePermissions", new object[] { itemId}, this.GetVirtualMachinePermissionsOperationCompleted, userState); } private void OnGetVirtualMachinePermissionsOperationCompleted(object arg) { if ((this.GetVirtualMachinePermissionsCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GetVirtualMachinePermissionsCompleted(this, new GetVirtualMachinePermissionsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/UpdateVirtualMachineUserPermission" + "s", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public int UpdateVirtualMachineUserPermissions(int itemId, VirtualMachinePermission[] permissions) { object[] results = this.Invoke("UpdateVirtualMachineUserPermissions", new object[] { itemId, permissions}); return ((int)(results[0])); } /// public System.IAsyncResult BeginUpdateVirtualMachineUserPermissions(int itemId, VirtualMachinePermission[] permissions, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("UpdateVirtualMachineUserPermissions", new object[] { itemId, permissions}, callback, asyncState); } /// public int EndUpdateVirtualMachineUserPermissions(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((int)(results[0])); } /// public void UpdateVirtualMachineUserPermissionsAsync(int itemId, VirtualMachinePermission[] permissions) { this.UpdateVirtualMachineUserPermissionsAsync(itemId, permissions, null); } /// public void UpdateVirtualMachineUserPermissionsAsync(int itemId, VirtualMachinePermission[] permissions, object userState) { if ((this.UpdateVirtualMachineUserPermissionsOperationCompleted == null)) { this.UpdateVirtualMachineUserPermissionsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateVirtualMachineUserPermissionsOperationCompleted); } this.InvokeAsync("UpdateVirtualMachineUserPermissions", new object[] { itemId, permissions}, this.UpdateVirtualMachineUserPermissionsOperationCompleted, userState); } private void OnUpdateVirtualMachineUserPermissionsOperationCompleted(object arg) { if ((this.UpdateVirtualMachineUserPermissionsCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.UpdateVirtualMachineUserPermissionsCompleted(this, new UpdateVirtualMachineUserPermissionsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetExternalSwitches", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public VirtualSwitch[] GetExternalSwitches(int serviceId, string computerName) { object[] results = this.Invoke("GetExternalSwitches", new object[] { serviceId, computerName}); return ((VirtualSwitch[])(results[0])); } /// public System.IAsyncResult BeginGetExternalSwitches(int serviceId, string computerName, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetExternalSwitches", new object[] { serviceId, computerName}, callback, asyncState); } /// public VirtualSwitch[] EndGetExternalSwitches(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((VirtualSwitch[])(results[0])); } /// public void GetExternalSwitchesAsync(int serviceId, string computerName) { this.GetExternalSwitchesAsync(serviceId, computerName, null); } /// public void GetExternalSwitchesAsync(int serviceId, string computerName, object userState) { if ((this.GetExternalSwitchesOperationCompleted == null)) { this.GetExternalSwitchesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetExternalSwitchesOperationCompleted); } this.InvokeAsync("GetExternalSwitches", new object[] { serviceId, computerName}, this.GetExternalSwitchesOperationCompleted, userState); } private void OnGetExternalSwitchesOperationCompleted(object arg) { if ((this.GetExternalSwitchesCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GetExternalSwitchesCompleted(this, new GetExternalSwitchesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/DeleteVirtualMachine", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ResultObject DeleteVirtualMachine(int itemId, bool saveFiles, bool exportVps, string exportPath) { object[] results = this.Invoke("DeleteVirtualMachine", new object[] { itemId, saveFiles, exportVps, exportPath}); return ((ResultObject)(results[0])); } /// public System.IAsyncResult BeginDeleteVirtualMachine(int itemId, bool saveFiles, bool exportVps, string exportPath, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("DeleteVirtualMachine", new object[] { itemId, saveFiles, exportVps, exportPath}, callback, asyncState); } /// public ResultObject EndDeleteVirtualMachine(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ResultObject)(results[0])); } /// public void DeleteVirtualMachineAsync(int itemId, bool saveFiles, bool exportVps, string exportPath) { this.DeleteVirtualMachineAsync(itemId, saveFiles, exportVps, exportPath, null); } /// public void DeleteVirtualMachineAsync(int itemId, bool saveFiles, bool exportVps, string exportPath, object userState) { if ((this.DeleteVirtualMachineOperationCompleted == null)) { this.DeleteVirtualMachineOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDeleteVirtualMachineOperationCompleted); } this.InvokeAsync("DeleteVirtualMachine", new object[] { itemId, saveFiles, exportVps, exportPath}, this.DeleteVirtualMachineOperationCompleted, userState); } private void OnDeleteVirtualMachineOperationCompleted(object arg) { if ((this.DeleteVirtualMachineCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.DeleteVirtualMachineCompleted(this, new DeleteVirtualMachineCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/ReinstallVirtualMachine", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public int ReinstallVirtualMachine(int itemId, string adminPassword, bool preserveVirtualDiskFiles, bool saveVirtualDisk, bool exportVps, string exportPath) { object[] results = this.Invoke("ReinstallVirtualMachine", new object[] { itemId, adminPassword, preserveVirtualDiskFiles, saveVirtualDisk, exportVps, exportPath}); return ((int)(results[0])); } /// public System.IAsyncResult BeginReinstallVirtualMachine(int itemId, string adminPassword, bool preserveVirtualDiskFiles, bool saveVirtualDisk, bool exportVps, string exportPath, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("ReinstallVirtualMachine", new object[] { itemId, adminPassword, preserveVirtualDiskFiles, saveVirtualDisk, exportVps, exportPath}, callback, asyncState); } /// public int EndReinstallVirtualMachine(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((int)(results[0])); } /// public void ReinstallVirtualMachineAsync(int itemId, string adminPassword, bool preserveVirtualDiskFiles, bool saveVirtualDisk, bool exportVps, string exportPath) { this.ReinstallVirtualMachineAsync(itemId, adminPassword, preserveVirtualDiskFiles, saveVirtualDisk, exportVps, exportPath, null); } /// public void ReinstallVirtualMachineAsync(int itemId, string adminPassword, bool preserveVirtualDiskFiles, bool saveVirtualDisk, bool exportVps, string exportPath, object userState) { if ((this.ReinstallVirtualMachineOperationCompleted == null)) { this.ReinstallVirtualMachineOperationCompleted = new System.Threading.SendOrPostCallback(this.OnReinstallVirtualMachineOperationCompleted); } this.InvokeAsync("ReinstallVirtualMachine", new object[] { itemId, adminPassword, preserveVirtualDiskFiles, saveVirtualDisk, exportVps, exportPath}, this.ReinstallVirtualMachineOperationCompleted, userState); } private void OnReinstallVirtualMachineOperationCompleted(object arg) { if ((this.ReinstallVirtualMachineCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.ReinstallVirtualMachineCompleted(this, new ReinstallVirtualMachineCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetVirtualMachineSummaryText", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public string GetVirtualMachineSummaryText(int itemId) { object[] results = this.Invoke("GetVirtualMachineSummaryText", new object[] { itemId}); return ((string)(results[0])); } /// public System.IAsyncResult BeginGetVirtualMachineSummaryText(int itemId, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetVirtualMachineSummaryText", new object[] { itemId}, callback, asyncState); } /// public string EndGetVirtualMachineSummaryText(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((string)(results[0])); } /// public void GetVirtualMachineSummaryTextAsync(int itemId) { this.GetVirtualMachineSummaryTextAsync(itemId, null); } /// public void GetVirtualMachineSummaryTextAsync(int itemId, object userState) { if ((this.GetVirtualMachineSummaryTextOperationCompleted == null)) { this.GetVirtualMachineSummaryTextOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetVirtualMachineSummaryTextOperationCompleted); } this.InvokeAsync("GetVirtualMachineSummaryText", new object[] { itemId}, this.GetVirtualMachineSummaryTextOperationCompleted, userState); } private void OnGetVirtualMachineSummaryTextOperationCompleted(object arg) { if ((this.GetVirtualMachineSummaryTextCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.GetVirtualMachineSummaryTextCompleted(this, new GetVirtualMachineSummaryTextCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/SendVirtualMachineSummaryLetter", RequestNamespace="http://smbsaas/websitepanel/enterpriseserver", ResponseNamespace="http://smbsaas/websitepanel/enterpriseserver", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] public ResultObject SendVirtualMachineSummaryLetter(int itemId, string to, string bcc) { object[] results = this.Invoke("SendVirtualMachineSummaryLetter", new object[] { itemId, to, bcc}); return ((ResultObject)(results[0])); } /// public System.IAsyncResult BeginSendVirtualMachineSummaryLetter(int itemId, string to, string bcc, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("SendVirtualMachineSummaryLetter", new object[] { itemId, to, bcc}, callback, asyncState); } /// public ResultObject EndSendVirtualMachineSummaryLetter(System.IAsyncResult asyncResult) { object[] results = this.EndInvoke(asyncResult); return ((ResultObject)(results[0])); } /// public void SendVirtualMachineSummaryLetterAsync(int itemId, string to, string bcc) { this.SendVirtualMachineSummaryLetterAsync(itemId, to, bcc, null); } /// public void SendVirtualMachineSummaryLetterAsync(int itemId, string to, string bcc, object userState) { if ((this.SendVirtualMachineSummaryLetterOperationCompleted == null)) { this.SendVirtualMachineSummaryLetterOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSendVirtualMachineSummaryLetterOperationCompleted); } this.InvokeAsync("SendVirtualMachineSummaryLetter", new object[] { itemId, to, bcc}, this.SendVirtualMachineSummaryLetterOperationCompleted, userState); } private void OnSendVirtualMachineSummaryLetterOperationCompleted(object arg) { if ((this.SendVirtualMachineSummaryLetterCompleted != null)) { System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); this.SendVirtualMachineSummaryLetterCompleted(this, new SendVirtualMachineSummaryLetterCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); } } /// public new void CancelAsync(object userState) { base.CancelAsync(userState); } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void GetVirtualMachinesCompletedEventHandler(object sender, GetVirtualMachinesCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GetVirtualMachinesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GetVirtualMachinesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public VirtualMachineMetaItemsPaged Result { get { this.RaiseExceptionIfNecessary(); return ((VirtualMachineMetaItemsPaged)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void GetVirtualMachinesByServiceIdCompletedEventHandler(object sender, GetVirtualMachinesByServiceIdCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GetVirtualMachinesByServiceIdCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GetVirtualMachinesByServiceIdCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public VirtualMachine[] Result { get { this.RaiseExceptionIfNecessary(); return ((VirtualMachine[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void GetVirtualMachineItemCompletedEventHandler(object sender, GetVirtualMachineItemCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GetVirtualMachineItemCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GetVirtualMachineItemCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public VirtualMachine Result { get { this.RaiseExceptionIfNecessary(); return ((VirtualMachine)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void EvaluateVirtualMachineTemplateCompletedEventHandler(object sender, EvaluateVirtualMachineTemplateCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class EvaluateVirtualMachineTemplateCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal EvaluateVirtualMachineTemplateCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public string Result { get { this.RaiseExceptionIfNecessary(); return ((string)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void GetExternalNetworkDetailsCompletedEventHandler(object sender, GetExternalNetworkDetailsCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GetExternalNetworkDetailsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GetExternalNetworkDetailsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public NetworkAdapterDetails Result { get { this.RaiseExceptionIfNecessary(); return ((NetworkAdapterDetails)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void GetPackagePrivateIPAddressesPagedCompletedEventHandler(object sender, GetPackagePrivateIPAddressesPagedCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GetPackagePrivateIPAddressesPagedCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GetPackagePrivateIPAddressesPagedCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public PrivateIPAddressesPaged Result { get { this.RaiseExceptionIfNecessary(); return ((PrivateIPAddressesPaged)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void GetPackagePrivateIPAddressesCompletedEventHandler(object sender, GetPackagePrivateIPAddressesCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GetPackagePrivateIPAddressesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GetPackagePrivateIPAddressesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public PrivateIPAddress[] Result { get { this.RaiseExceptionIfNecessary(); return ((PrivateIPAddress[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void GetPrivateNetworkDetailsCompletedEventHandler(object sender, GetPrivateNetworkDetailsCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GetPrivateNetworkDetailsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GetPrivateNetworkDetailsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public NetworkAdapterDetails Result { get { this.RaiseExceptionIfNecessary(); return ((NetworkAdapterDetails)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void GetSpaceUserPermissionsCompletedEventHandler(object sender, GetSpaceUserPermissionsCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GetSpaceUserPermissionsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GetSpaceUserPermissionsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public VirtualMachinePermission[] Result { get { this.RaiseExceptionIfNecessary(); return ((VirtualMachinePermission[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void UpdateSpaceUserPermissionsCompletedEventHandler(object sender, UpdateSpaceUserPermissionsCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class UpdateSpaceUserPermissionsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal UpdateSpaceUserPermissionsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public int Result { get { this.RaiseExceptionIfNecessary(); return ((int)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void GetSpaceAuditLogCompletedEventHandler(object sender, GetSpaceAuditLogCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GetSpaceAuditLogCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GetSpaceAuditLogCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public LogRecord[] Result { get { this.RaiseExceptionIfNecessary(); return ((LogRecord[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void GetVirtualMachineAuditLogCompletedEventHandler(object sender, GetVirtualMachineAuditLogCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GetVirtualMachineAuditLogCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GetVirtualMachineAuditLogCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public LogRecord[] Result { get { this.RaiseExceptionIfNecessary(); return ((LogRecord[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void GetOperatingSystemTemplatesCompletedEventHandler(object sender, GetOperatingSystemTemplatesCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GetOperatingSystemTemplatesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GetOperatingSystemTemplatesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public LibraryItem[] Result { get { this.RaiseExceptionIfNecessary(); return ((LibraryItem[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void GetOperatingSystemTemplatesByServiceIdCompletedEventHandler(object sender, GetOperatingSystemTemplatesByServiceIdCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GetOperatingSystemTemplatesByServiceIdCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GetOperatingSystemTemplatesByServiceIdCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public LibraryItem[] Result { get { this.RaiseExceptionIfNecessary(); return ((LibraryItem[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void GetMaximumCpuCoresNumberCompletedEventHandler(object sender, GetMaximumCpuCoresNumberCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GetMaximumCpuCoresNumberCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GetMaximumCpuCoresNumberCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public int Result { get { this.RaiseExceptionIfNecessary(); return ((int)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void GetDefaultExportPathCompletedEventHandler(object sender, GetDefaultExportPathCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GetDefaultExportPathCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GetDefaultExportPathCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public string Result { get { this.RaiseExceptionIfNecessary(); return ((string)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void CreateDefaultVirtualMachineCompletedEventHandler(object sender, CreateDefaultVirtualMachineCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class CreateDefaultVirtualMachineCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal CreateDefaultVirtualMachineCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public IntResult Result { get { this.RaiseExceptionIfNecessary(); return ((IntResult)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void CreateVirtualMachineCompletedEventHandler(object sender, CreateVirtualMachineCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class CreateVirtualMachineCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal CreateVirtualMachineCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public IntResult Result { get { this.RaiseExceptionIfNecessary(); return ((IntResult)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void ImportVirtualMachineCompletedEventHandler(object sender, ImportVirtualMachineCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ImportVirtualMachineCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ImportVirtualMachineCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public IntResult Result { get { this.RaiseExceptionIfNecessary(); return ((IntResult)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void GetVirtualMachineThumbnailCompletedEventHandler(object sender, GetVirtualMachineThumbnailCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GetVirtualMachineThumbnailCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GetVirtualMachineThumbnailCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public byte[] Result { get { this.RaiseExceptionIfNecessary(); return ((byte[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void GetVirtualMachineGeneralDetailsCompletedEventHandler(object sender, GetVirtualMachineGeneralDetailsCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GetVirtualMachineGeneralDetailsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GetVirtualMachineGeneralDetailsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public VirtualMachine Result { get { this.RaiseExceptionIfNecessary(); return ((VirtualMachine)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void GetVirtualMachineExtendedInfoCompletedEventHandler(object sender, GetVirtualMachineExtendedInfoCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GetVirtualMachineExtendedInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GetVirtualMachineExtendedInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public VirtualMachine Result { get { this.RaiseExceptionIfNecessary(); return ((VirtualMachine)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void CancelVirtualMachineJobCompletedEventHandler(object sender, CancelVirtualMachineJobCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class CancelVirtualMachineJobCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal CancelVirtualMachineJobCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public int Result { get { this.RaiseExceptionIfNecessary(); return ((int)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void UpdateVirtualMachineHostNameCompletedEventHandler(object sender, UpdateVirtualMachineHostNameCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class UpdateVirtualMachineHostNameCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal UpdateVirtualMachineHostNameCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ResultObject Result { get { this.RaiseExceptionIfNecessary(); return ((ResultObject)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void ChangeVirtualMachineStateCompletedEventHandler(object sender, ChangeVirtualMachineStateCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ChangeVirtualMachineStateCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ChangeVirtualMachineStateCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ResultObject Result { get { this.RaiseExceptionIfNecessary(); return ((ResultObject)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void GetVirtualMachineJobsCompletedEventHandler(object sender, GetVirtualMachineJobsCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GetVirtualMachineJobsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GetVirtualMachineJobsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ConcreteJob[] Result { get { this.RaiseExceptionIfNecessary(); return ((ConcreteJob[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void ChangeAdministratorPasswordCompletedEventHandler(object sender, ChangeAdministratorPasswordCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ChangeAdministratorPasswordCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ChangeAdministratorPasswordCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ResultObject Result { get { this.RaiseExceptionIfNecessary(); return ((ResultObject)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void UpdateVirtualMachineConfigurationCompletedEventHandler(object sender, UpdateVirtualMachineConfigurationCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class UpdateVirtualMachineConfigurationCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal UpdateVirtualMachineConfigurationCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ResultObject Result { get { this.RaiseExceptionIfNecessary(); return ((ResultObject)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void GetInsertedDvdDiskCompletedEventHandler(object sender, GetInsertedDvdDiskCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GetInsertedDvdDiskCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GetInsertedDvdDiskCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public LibraryItem Result { get { this.RaiseExceptionIfNecessary(); return ((LibraryItem)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void GetLibraryDisksCompletedEventHandler(object sender, GetLibraryDisksCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GetLibraryDisksCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GetLibraryDisksCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public LibraryItem[] Result { get { this.RaiseExceptionIfNecessary(); return ((LibraryItem[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void InsertDvdDiskCompletedEventHandler(object sender, InsertDvdDiskCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class InsertDvdDiskCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal InsertDvdDiskCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ResultObject Result { get { this.RaiseExceptionIfNecessary(); return ((ResultObject)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void EjectDvdDiskCompletedEventHandler(object sender, EjectDvdDiskCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class EjectDvdDiskCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal EjectDvdDiskCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ResultObject Result { get { this.RaiseExceptionIfNecessary(); return ((ResultObject)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void GetVirtualMachineSnapshotsCompletedEventHandler(object sender, GetVirtualMachineSnapshotsCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GetVirtualMachineSnapshotsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GetVirtualMachineSnapshotsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public VirtualMachineSnapshot[] Result { get { this.RaiseExceptionIfNecessary(); return ((VirtualMachineSnapshot[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void GetSnapshotCompletedEventHandler(object sender, GetSnapshotCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GetSnapshotCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GetSnapshotCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public VirtualMachineSnapshot Result { get { this.RaiseExceptionIfNecessary(); return ((VirtualMachineSnapshot)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void CreateSnapshotCompletedEventHandler(object sender, CreateSnapshotCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class CreateSnapshotCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal CreateSnapshotCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ResultObject Result { get { this.RaiseExceptionIfNecessary(); return ((ResultObject)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void ApplySnapshotCompletedEventHandler(object sender, ApplySnapshotCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ApplySnapshotCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ApplySnapshotCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ResultObject Result { get { this.RaiseExceptionIfNecessary(); return ((ResultObject)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void RenameSnapshotCompletedEventHandler(object sender, RenameSnapshotCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class RenameSnapshotCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal RenameSnapshotCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ResultObject Result { get { this.RaiseExceptionIfNecessary(); return ((ResultObject)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void DeleteSnapshotCompletedEventHandler(object sender, DeleteSnapshotCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class DeleteSnapshotCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal DeleteSnapshotCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ResultObject Result { get { this.RaiseExceptionIfNecessary(); return ((ResultObject)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void DeleteSnapshotSubtreeCompletedEventHandler(object sender, DeleteSnapshotSubtreeCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class DeleteSnapshotSubtreeCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal DeleteSnapshotSubtreeCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ResultObject Result { get { this.RaiseExceptionIfNecessary(); return ((ResultObject)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void GetSnapshotThumbnailCompletedEventHandler(object sender, GetSnapshotThumbnailCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GetSnapshotThumbnailCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GetSnapshotThumbnailCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public byte[] Result { get { this.RaiseExceptionIfNecessary(); return ((byte[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void GetExternalNetworkAdapterDetailsCompletedEventHandler(object sender, GetExternalNetworkAdapterDetailsCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GetExternalNetworkAdapterDetailsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GetExternalNetworkAdapterDetailsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public NetworkAdapterDetails Result { get { this.RaiseExceptionIfNecessary(); return ((NetworkAdapterDetails)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void AddVirtualMachineExternalIPAddressesCompletedEventHandler(object sender, AddVirtualMachineExternalIPAddressesCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class AddVirtualMachineExternalIPAddressesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal AddVirtualMachineExternalIPAddressesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ResultObject Result { get { this.RaiseExceptionIfNecessary(); return ((ResultObject)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void SetVirtualMachinePrimaryExternalIPAddressCompletedEventHandler(object sender, SetVirtualMachinePrimaryExternalIPAddressCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class SetVirtualMachinePrimaryExternalIPAddressCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal SetVirtualMachinePrimaryExternalIPAddressCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ResultObject Result { get { this.RaiseExceptionIfNecessary(); return ((ResultObject)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void DeleteVirtualMachineExternalIPAddressesCompletedEventHandler(object sender, DeleteVirtualMachineExternalIPAddressesCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class DeleteVirtualMachineExternalIPAddressesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal DeleteVirtualMachineExternalIPAddressesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ResultObject Result { get { this.RaiseExceptionIfNecessary(); return ((ResultObject)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void GetPrivateNetworkAdapterDetailsCompletedEventHandler(object sender, GetPrivateNetworkAdapterDetailsCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GetPrivateNetworkAdapterDetailsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GetPrivateNetworkAdapterDetailsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public NetworkAdapterDetails Result { get { this.RaiseExceptionIfNecessary(); return ((NetworkAdapterDetails)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void AddVirtualMachinePrivateIPAddressesCompletedEventHandler(object sender, AddVirtualMachinePrivateIPAddressesCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class AddVirtualMachinePrivateIPAddressesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal AddVirtualMachinePrivateIPAddressesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ResultObject Result { get { this.RaiseExceptionIfNecessary(); return ((ResultObject)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void SetVirtualMachinePrimaryPrivateIPAddressCompletedEventHandler(object sender, SetVirtualMachinePrimaryPrivateIPAddressCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class SetVirtualMachinePrimaryPrivateIPAddressCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal SetVirtualMachinePrimaryPrivateIPAddressCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ResultObject Result { get { this.RaiseExceptionIfNecessary(); return ((ResultObject)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void DeleteVirtualMachinePrivateIPAddressesCompletedEventHandler(object sender, DeleteVirtualMachinePrivateIPAddressesCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class DeleteVirtualMachinePrivateIPAddressesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal DeleteVirtualMachinePrivateIPAddressesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ResultObject Result { get { this.RaiseExceptionIfNecessary(); return ((ResultObject)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void GetVirtualMachinePermissionsCompletedEventHandler(object sender, GetVirtualMachinePermissionsCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GetVirtualMachinePermissionsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GetVirtualMachinePermissionsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public VirtualMachinePermission[] Result { get { this.RaiseExceptionIfNecessary(); return ((VirtualMachinePermission[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void UpdateVirtualMachineUserPermissionsCompletedEventHandler(object sender, UpdateVirtualMachineUserPermissionsCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class UpdateVirtualMachineUserPermissionsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal UpdateVirtualMachineUserPermissionsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public int Result { get { this.RaiseExceptionIfNecessary(); return ((int)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void GetExternalSwitchesCompletedEventHandler(object sender, GetExternalSwitchesCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GetExternalSwitchesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GetExternalSwitchesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public VirtualSwitch[] Result { get { this.RaiseExceptionIfNecessary(); return ((VirtualSwitch[])(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void DeleteVirtualMachineCompletedEventHandler(object sender, DeleteVirtualMachineCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class DeleteVirtualMachineCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal DeleteVirtualMachineCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ResultObject Result { get { this.RaiseExceptionIfNecessary(); return ((ResultObject)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void ReinstallVirtualMachineCompletedEventHandler(object sender, ReinstallVirtualMachineCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class ReinstallVirtualMachineCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal ReinstallVirtualMachineCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public int Result { get { this.RaiseExceptionIfNecessary(); return ((int)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void GetVirtualMachineSummaryTextCompletedEventHandler(object sender, GetVirtualMachineSummaryTextCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GetVirtualMachineSummaryTextCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal GetVirtualMachineSummaryTextCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public string Result { get { this.RaiseExceptionIfNecessary(); return ((string)(this.results[0])); } } } /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void SendVirtualMachineSummaryLetterCompletedEventHandler(object sender, SendVirtualMachineSummaryLetterCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class SendVirtualMachineSummaryLetterCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal SendVirtualMachineSummaryLetterCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public ResultObject Result { get { this.RaiseExceptionIfNecessary(); return ((ResultObject)(this.results[0])); } } } //Hyper-V Cloud /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] public delegate void CheckServerStateCompletedEventHandler(object sender, CheckServerStateCompletedEventArgs e); /// [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class CheckServerStateCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { private object[] results; internal CheckServerStateCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } /// public bool Result { get { this.RaiseExceptionIfNecessary(); return ((bool)(this.results[0])); } } } }