2466 lines
114 KiB
C#
2466 lines
114 KiB
C#
// Copyright (c) 2014, 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.
|
|
|
|
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:2.0.50727.6400
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
//
|
|
// This source code was auto-generated by wsdl, Version=2.0.50727.3038.
|
|
//
|
|
|
|
using WebsitePanel.Providers.Common;
|
|
using WebsitePanel.Providers.HostedSolution;
|
|
using WebsitePanel.Providers.RemoteDesktopServices;
|
|
|
|
namespace WebsitePanel.EnterpriseServer {
|
|
using System;
|
|
using System.ComponentModel;
|
|
using System.Diagnostics;
|
|
using System.Web.Services;
|
|
using System.Web.Services.Protocols;
|
|
using System.Xml.Serialization;
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Web.Services.WebServiceBindingAttribute(Name = "esRemoteDesktopServicesSoap", Namespace = "http://smbsaas/websitepanel/enterpriseserver")]
|
|
public partial class esRemoteDesktopServices : Microsoft.Web.Services3.WebServicesClientProtocol
|
|
{
|
|
|
|
private System.Threading.SendOrPostCallback GetRdsCollectionOperationCompleted;
|
|
|
|
private System.Threading.SendOrPostCallback GetOrganizationRdsCollectionsOperationCompleted;
|
|
|
|
private System.Threading.SendOrPostCallback AddRdsCollectionOperationCompleted;
|
|
|
|
private System.Threading.SendOrPostCallback GetRdsCollectionsPagedOperationCompleted;
|
|
|
|
private System.Threading.SendOrPostCallback RemoveRdsCollectionOperationCompleted;
|
|
|
|
private System.Threading.SendOrPostCallback GetRdsServersPagedOperationCompleted;
|
|
|
|
private System.Threading.SendOrPostCallback GetFreeRdsServersPagedOperationCompleted;
|
|
|
|
private System.Threading.SendOrPostCallback GetOrganizationRdsServersPagedOperationCompleted;
|
|
|
|
private System.Threading.SendOrPostCallback GetOrganizationFreeRdsServersPagedOperationCompleted;
|
|
|
|
private System.Threading.SendOrPostCallback GetRdsServerOperationCompleted;
|
|
|
|
private System.Threading.SendOrPostCallback GetCollectionRdsServersOperationCompleted;
|
|
|
|
private System.Threading.SendOrPostCallback GetOrganizationRdsServersOperationCompleted;
|
|
|
|
private System.Threading.SendOrPostCallback AddRdsServerOperationCompleted;
|
|
|
|
private System.Threading.SendOrPostCallback AddRdsServerToCollectionOperationCompleted;
|
|
|
|
private System.Threading.SendOrPostCallback AddRdsServerToOrganizationOperationCompleted;
|
|
|
|
private System.Threading.SendOrPostCallback RemoveRdsServerOperationCompleted;
|
|
|
|
private System.Threading.SendOrPostCallback RemoveRdsServerFromCollectionOperationCompleted;
|
|
|
|
private System.Threading.SendOrPostCallback RemoveRdsServerFromOrganizationOperationCompleted;
|
|
|
|
private System.Threading.SendOrPostCallback UpdateRdsServerOperationCompleted;
|
|
|
|
private System.Threading.SendOrPostCallback GetRdsCollectionUsersOperationCompleted;
|
|
|
|
private System.Threading.SendOrPostCallback SetUsersToRdsCollectionOperationCompleted;
|
|
|
|
private System.Threading.SendOrPostCallback GetCollectionRemoteApplicationsOperationCompleted;
|
|
|
|
private System.Threading.SendOrPostCallback GetAvailableRemoteApplicationsOperationCompleted;
|
|
|
|
private System.Threading.SendOrPostCallback AddRemoteApplicationToCollectionOperationCompleted;
|
|
|
|
private System.Threading.SendOrPostCallback RemoveRemoteApplicationFromCollectionOperationCompleted;
|
|
|
|
private System.Threading.SendOrPostCallback SetRemoteApplicationsToRdsCollectionOperationCompleted;
|
|
|
|
private System.Threading.SendOrPostCallback GetOrganizationRdsUsersCountOperationCompleted;
|
|
|
|
/// <remarks/>
|
|
public esRemoteDesktopServices()
|
|
{
|
|
this.Url = "http://localhost:9002/esRemoteDesktopServices.asmx";
|
|
}
|
|
|
|
/// <remarks/>
|
|
public event GetRdsCollectionCompletedEventHandler GetRdsCollectionCompleted;
|
|
|
|
/// <remarks/>
|
|
public event GetOrganizationRdsCollectionsCompletedEventHandler GetOrganizationRdsCollectionsCompleted;
|
|
|
|
/// <remarks/>
|
|
public event AddRdsCollectionCompletedEventHandler AddRdsCollectionCompleted;
|
|
|
|
/// <remarks/>
|
|
public event GetRdsCollectionsPagedCompletedEventHandler GetRdsCollectionsPagedCompleted;
|
|
|
|
/// <remarks/>
|
|
public event RemoveRdsCollectionCompletedEventHandler RemoveRdsCollectionCompleted;
|
|
|
|
/// <remarks/>
|
|
public event GetRdsServersPagedCompletedEventHandler GetRdsServersPagedCompleted;
|
|
|
|
/// <remarks/>
|
|
public event GetFreeRdsServersPagedCompletedEventHandler GetFreeRdsServersPagedCompleted;
|
|
|
|
/// <remarks/>
|
|
public event GetOrganizationRdsServersPagedCompletedEventHandler GetOrganizationRdsServersPagedCompleted;
|
|
|
|
/// <remarks/>
|
|
public event GetOrganizationFreeRdsServersPagedCompletedEventHandler GetOrganizationFreeRdsServersPagedCompleted;
|
|
|
|
/// <remarks/>
|
|
public event GetRdsServerCompletedEventHandler GetRdsServerCompleted;
|
|
|
|
/// <remarks/>
|
|
public event GetCollectionRdsServersCompletedEventHandler GetCollectionRdsServersCompleted;
|
|
|
|
/// <remarks/>
|
|
public event GetOrganizationRdsServersCompletedEventHandler GetOrganizationRdsServersCompleted;
|
|
|
|
/// <remarks/>
|
|
public event AddRdsServerCompletedEventHandler AddRdsServerCompleted;
|
|
|
|
/// <remarks/>
|
|
public event AddRdsServerToCollectionCompletedEventHandler AddRdsServerToCollectionCompleted;
|
|
|
|
/// <remarks/>
|
|
public event AddRdsServerToOrganizationCompletedEventHandler AddRdsServerToOrganizationCompleted;
|
|
|
|
/// <remarks/>
|
|
public event RemoveRdsServerCompletedEventHandler RemoveRdsServerCompleted;
|
|
|
|
/// <remarks/>
|
|
public event RemoveRdsServerFromCollectionCompletedEventHandler RemoveRdsServerFromCollectionCompleted;
|
|
|
|
/// <remarks/>
|
|
public event RemoveRdsServerFromOrganizationCompletedEventHandler RemoveRdsServerFromOrganizationCompleted;
|
|
|
|
/// <remarks/>
|
|
public event UpdateRdsServerCompletedEventHandler UpdateRdsServerCompleted;
|
|
|
|
/// <remarks/>
|
|
public event GetRdsCollectionUsersCompletedEventHandler GetRdsCollectionUsersCompleted;
|
|
|
|
/// <remarks/>
|
|
public event SetUsersToRdsCollectionCompletedEventHandler SetUsersToRdsCollectionCompleted;
|
|
|
|
/// <remarks/>
|
|
public event GetCollectionRemoteApplicationsCompletedEventHandler GetCollectionRemoteApplicationsCompleted;
|
|
|
|
/// <remarks/>
|
|
public event GetAvailableRemoteApplicationsCompletedEventHandler GetAvailableRemoteApplicationsCompleted;
|
|
|
|
/// <remarks/>
|
|
public event AddRemoteApplicationToCollectionCompletedEventHandler AddRemoteApplicationToCollectionCompleted;
|
|
|
|
/// <remarks/>
|
|
public event RemoveRemoteApplicationFromCollectionCompletedEventHandler RemoveRemoteApplicationFromCollectionCompleted;
|
|
|
|
/// <remarks/>
|
|
public event SetRemoteApplicationsToRdsCollectionCompletedEventHandler SetRemoteApplicationsToRdsCollectionCompleted;
|
|
|
|
/// <remarks/>
|
|
public event GetOrganizationRdsUsersCountCompletedEventHandler GetOrganizationRdsUsersCountCompleted;
|
|
|
|
/// <remarks/>
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetRdsCollection", 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 RdsCollection GetRdsCollection(int collectionId)
|
|
{
|
|
object[] results = this.Invoke("GetRdsCollection", new object[] {
|
|
collectionId});
|
|
return ((RdsCollection)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public System.IAsyncResult BeginGetRdsCollection(int collectionId, System.AsyncCallback callback, object asyncState)
|
|
{
|
|
return this.BeginInvoke("GetRdsCollection", new object[] {
|
|
collectionId}, callback, asyncState);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public RdsCollection EndGetRdsCollection(System.IAsyncResult asyncResult)
|
|
{
|
|
object[] results = this.EndInvoke(asyncResult);
|
|
return ((RdsCollection)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void GetRdsCollectionAsync(int collectionId)
|
|
{
|
|
this.GetRdsCollectionAsync(collectionId, null);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void GetRdsCollectionAsync(int collectionId, object userState)
|
|
{
|
|
if ((this.GetRdsCollectionOperationCompleted == null))
|
|
{
|
|
this.GetRdsCollectionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetRdsCollectionOperationCompleted);
|
|
}
|
|
this.InvokeAsync("GetRdsCollection", new object[] {
|
|
collectionId}, this.GetRdsCollectionOperationCompleted, userState);
|
|
}
|
|
|
|
private void OnGetRdsCollectionOperationCompleted(object arg)
|
|
{
|
|
if ((this.GetRdsCollectionCompleted != null))
|
|
{
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
this.GetRdsCollectionCompleted(this, new GetRdsCollectionCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetOrganizationRdsCollections", 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 RdsCollection[] GetOrganizationRdsCollections(int itemId)
|
|
{
|
|
object[] results = this.Invoke("GetOrganizationRdsCollections", new object[] {
|
|
itemId});
|
|
return ((RdsCollection[])(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public System.IAsyncResult BeginGetOrganizationRdsCollections(int itemId, System.AsyncCallback callback, object asyncState)
|
|
{
|
|
return this.BeginInvoke("GetOrganizationRdsCollections", new object[] {
|
|
itemId}, callback, asyncState);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public RdsCollection[] EndGetOrganizationRdsCollections(System.IAsyncResult asyncResult)
|
|
{
|
|
object[] results = this.EndInvoke(asyncResult);
|
|
return ((RdsCollection[])(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void GetOrganizationRdsCollectionsAsync(int itemId)
|
|
{
|
|
this.GetOrganizationRdsCollectionsAsync(itemId, null);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void GetOrganizationRdsCollectionsAsync(int itemId, object userState)
|
|
{
|
|
if ((this.GetOrganizationRdsCollectionsOperationCompleted == null))
|
|
{
|
|
this.GetOrganizationRdsCollectionsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetOrganizationRdsCollectionsOperationCompleted);
|
|
}
|
|
this.InvokeAsync("GetOrganizationRdsCollections", new object[] {
|
|
itemId}, this.GetOrganizationRdsCollectionsOperationCompleted, userState);
|
|
}
|
|
|
|
private void OnGetOrganizationRdsCollectionsOperationCompleted(object arg)
|
|
{
|
|
if ((this.GetOrganizationRdsCollectionsCompleted != null))
|
|
{
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
this.GetOrganizationRdsCollectionsCompleted(this, new GetOrganizationRdsCollectionsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/AddRdsCollection", 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 AddRdsCollection(int itemId, RdsCollection collection)
|
|
{
|
|
object[] results = this.Invoke("AddRdsCollection", new object[] {
|
|
itemId,
|
|
collection});
|
|
return ((ResultObject)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public System.IAsyncResult BeginAddRdsCollection(int itemId, RdsCollection collection, System.AsyncCallback callback, object asyncState)
|
|
{
|
|
return this.BeginInvoke("AddRdsCollection", new object[] {
|
|
itemId,
|
|
collection}, callback, asyncState);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public ResultObject EndAddRdsCollection(System.IAsyncResult asyncResult)
|
|
{
|
|
object[] results = this.EndInvoke(asyncResult);
|
|
return ((ResultObject)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void AddRdsCollectionAsync(int itemId, RdsCollection collection)
|
|
{
|
|
this.AddRdsCollectionAsync(itemId, collection, null);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void AddRdsCollectionAsync(int itemId, RdsCollection collection, object userState)
|
|
{
|
|
if ((this.AddRdsCollectionOperationCompleted == null))
|
|
{
|
|
this.AddRdsCollectionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAddRdsCollectionOperationCompleted);
|
|
}
|
|
this.InvokeAsync("AddRdsCollection", new object[] {
|
|
itemId,
|
|
collection}, this.AddRdsCollectionOperationCompleted, userState);
|
|
}
|
|
|
|
private void OnAddRdsCollectionOperationCompleted(object arg)
|
|
{
|
|
if ((this.AddRdsCollectionCompleted != null))
|
|
{
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
this.AddRdsCollectionCompleted(this, new AddRdsCollectionCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetRdsCollectionsPaged", 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 RdsCollectionPaged GetRdsCollectionsPaged(int itemId, string filterColumn, string filterValue, string sortColumn, int startRow, int maximumRows)
|
|
{
|
|
object[] results = this.Invoke("GetRdsCollectionsPaged", new object[] {
|
|
itemId,
|
|
filterColumn,
|
|
filterValue,
|
|
sortColumn,
|
|
startRow,
|
|
maximumRows});
|
|
return ((RdsCollectionPaged)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public System.IAsyncResult BeginGetRdsCollectionsPaged(int itemId, string filterColumn, string filterValue, string sortColumn, int startRow, int maximumRows, System.AsyncCallback callback, object asyncState)
|
|
{
|
|
return this.BeginInvoke("GetRdsCollectionsPaged", new object[] {
|
|
itemId,
|
|
filterColumn,
|
|
filterValue,
|
|
sortColumn,
|
|
startRow,
|
|
maximumRows}, callback, asyncState);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public RdsCollectionPaged EndGetRdsCollectionsPaged(System.IAsyncResult asyncResult)
|
|
{
|
|
object[] results = this.EndInvoke(asyncResult);
|
|
return ((RdsCollectionPaged)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void GetRdsCollectionsPagedAsync(int itemId, string filterColumn, string filterValue, string sortColumn, int startRow, int maximumRows)
|
|
{
|
|
this.GetRdsCollectionsPagedAsync(itemId, filterColumn, filterValue, sortColumn, startRow, maximumRows, null);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void GetRdsCollectionsPagedAsync(int itemId, string filterColumn, string filterValue, string sortColumn, int startRow, int maximumRows, object userState)
|
|
{
|
|
if ((this.GetRdsCollectionsPagedOperationCompleted == null))
|
|
{
|
|
this.GetRdsCollectionsPagedOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetRdsCollectionsPagedOperationCompleted);
|
|
}
|
|
this.InvokeAsync("GetRdsCollectionsPaged", new object[] {
|
|
itemId,
|
|
filterColumn,
|
|
filterValue,
|
|
sortColumn,
|
|
startRow,
|
|
maximumRows}, this.GetRdsCollectionsPagedOperationCompleted, userState);
|
|
}
|
|
|
|
private void OnGetRdsCollectionsPagedOperationCompleted(object arg)
|
|
{
|
|
if ((this.GetRdsCollectionsPagedCompleted != null))
|
|
{
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
this.GetRdsCollectionsPagedCompleted(this, new GetRdsCollectionsPagedCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/RemoveRdsCollection", 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 RemoveRdsCollection(int itemId, RdsCollection collection)
|
|
{
|
|
object[] results = this.Invoke("RemoveRdsCollection", new object[] {
|
|
itemId,
|
|
collection});
|
|
return ((ResultObject)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public System.IAsyncResult BeginRemoveRdsCollection(int itemId, RdsCollection collection, System.AsyncCallback callback, object asyncState)
|
|
{
|
|
return this.BeginInvoke("RemoveRdsCollection", new object[] {
|
|
itemId,
|
|
collection}, callback, asyncState);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public ResultObject EndRemoveRdsCollection(System.IAsyncResult asyncResult)
|
|
{
|
|
object[] results = this.EndInvoke(asyncResult);
|
|
return ((ResultObject)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void RemoveRdsCollectionAsync(int itemId, RdsCollection collection)
|
|
{
|
|
this.RemoveRdsCollectionAsync(itemId, collection, null);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void RemoveRdsCollectionAsync(int itemId, RdsCollection collection, object userState)
|
|
{
|
|
if ((this.RemoveRdsCollectionOperationCompleted == null))
|
|
{
|
|
this.RemoveRdsCollectionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnRemoveRdsCollectionOperationCompleted);
|
|
}
|
|
this.InvokeAsync("RemoveRdsCollection", new object[] {
|
|
itemId,
|
|
collection}, this.RemoveRdsCollectionOperationCompleted, userState);
|
|
}
|
|
|
|
private void OnRemoveRdsCollectionOperationCompleted(object arg)
|
|
{
|
|
if ((this.RemoveRdsCollectionCompleted != null))
|
|
{
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
this.RemoveRdsCollectionCompleted(this, new RemoveRdsCollectionCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetRdsServersPaged", 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 RdsServersPaged GetRdsServersPaged(string filterColumn, string filterValue, string sortColumn, int startRow, int maximumRows)
|
|
{
|
|
object[] results = this.Invoke("GetRdsServersPaged", new object[] {
|
|
filterColumn,
|
|
filterValue,
|
|
sortColumn,
|
|
startRow,
|
|
maximumRows});
|
|
return ((RdsServersPaged)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public System.IAsyncResult BeginGetRdsServersPaged(string filterColumn, string filterValue, string sortColumn, int startRow, int maximumRows, System.AsyncCallback callback, object asyncState)
|
|
{
|
|
return this.BeginInvoke("GetRdsServersPaged", new object[] {
|
|
filterColumn,
|
|
filterValue,
|
|
sortColumn,
|
|
startRow,
|
|
maximumRows}, callback, asyncState);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public RdsServersPaged EndGetRdsServersPaged(System.IAsyncResult asyncResult)
|
|
{
|
|
object[] results = this.EndInvoke(asyncResult);
|
|
return ((RdsServersPaged)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void GetRdsServersPagedAsync(string filterColumn, string filterValue, string sortColumn, int startRow, int maximumRows)
|
|
{
|
|
this.GetRdsServersPagedAsync(filterColumn, filterValue, sortColumn, startRow, maximumRows, null);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void GetRdsServersPagedAsync(string filterColumn, string filterValue, string sortColumn, int startRow, int maximumRows, object userState)
|
|
{
|
|
if ((this.GetRdsServersPagedOperationCompleted == null))
|
|
{
|
|
this.GetRdsServersPagedOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetRdsServersPagedOperationCompleted);
|
|
}
|
|
this.InvokeAsync("GetRdsServersPaged", new object[] {
|
|
filterColumn,
|
|
filterValue,
|
|
sortColumn,
|
|
startRow,
|
|
maximumRows}, this.GetRdsServersPagedOperationCompleted, userState);
|
|
}
|
|
|
|
private void OnGetRdsServersPagedOperationCompleted(object arg)
|
|
{
|
|
if ((this.GetRdsServersPagedCompleted != null))
|
|
{
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
this.GetRdsServersPagedCompleted(this, new GetRdsServersPagedCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetFreeRdsServersPaged", 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 RdsServersPaged GetFreeRdsServersPaged(string filterColumn, string filterValue, string sortColumn, int startRow, int maximumRows)
|
|
{
|
|
object[] results = this.Invoke("GetFreeRdsServersPaged", new object[] {
|
|
filterColumn,
|
|
filterValue,
|
|
sortColumn,
|
|
startRow,
|
|
maximumRows});
|
|
return ((RdsServersPaged)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public System.IAsyncResult BeginGetFreeRdsServersPaged(string filterColumn, string filterValue, string sortColumn, int startRow, int maximumRows, System.AsyncCallback callback, object asyncState)
|
|
{
|
|
return this.BeginInvoke("GetFreeRdsServersPaged", new object[] {
|
|
filterColumn,
|
|
filterValue,
|
|
sortColumn,
|
|
startRow,
|
|
maximumRows}, callback, asyncState);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public RdsServersPaged EndGetFreeRdsServersPaged(System.IAsyncResult asyncResult)
|
|
{
|
|
object[] results = this.EndInvoke(asyncResult);
|
|
return ((RdsServersPaged)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void GetFreeRdsServersPagedAsync(string filterColumn, string filterValue, string sortColumn, int startRow, int maximumRows)
|
|
{
|
|
this.GetFreeRdsServersPagedAsync(filterColumn, filterValue, sortColumn, startRow, maximumRows, null);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void GetFreeRdsServersPagedAsync(string filterColumn, string filterValue, string sortColumn, int startRow, int maximumRows, object userState)
|
|
{
|
|
if ((this.GetFreeRdsServersPagedOperationCompleted == null))
|
|
{
|
|
this.GetFreeRdsServersPagedOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetFreeRdsServersPagedOperationCompleted);
|
|
}
|
|
this.InvokeAsync("GetFreeRdsServersPaged", new object[] {
|
|
filterColumn,
|
|
filterValue,
|
|
sortColumn,
|
|
startRow,
|
|
maximumRows}, this.GetFreeRdsServersPagedOperationCompleted, userState);
|
|
}
|
|
|
|
private void OnGetFreeRdsServersPagedOperationCompleted(object arg)
|
|
{
|
|
if ((this.GetFreeRdsServersPagedCompleted != null))
|
|
{
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
this.GetFreeRdsServersPagedCompleted(this, new GetFreeRdsServersPagedCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetOrganizationRdsServersPaged", 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 RdsServersPaged GetOrganizationRdsServersPaged(int itemId, string filterColumn, string filterValue, string sortColumn, int startRow, int maximumRows)
|
|
{
|
|
object[] results = this.Invoke("GetOrganizationRdsServersPaged", new object[] {
|
|
itemId,
|
|
filterColumn,
|
|
filterValue,
|
|
sortColumn,
|
|
startRow,
|
|
maximumRows});
|
|
return ((RdsServersPaged)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public System.IAsyncResult BeginGetOrganizationRdsServersPaged(int itemId, string filterColumn, string filterValue, string sortColumn, int startRow, int maximumRows, System.AsyncCallback callback, object asyncState)
|
|
{
|
|
return this.BeginInvoke("GetOrganizationRdsServersPaged", new object[] {
|
|
itemId,
|
|
filterColumn,
|
|
filterValue,
|
|
sortColumn,
|
|
startRow,
|
|
maximumRows}, callback, asyncState);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public RdsServersPaged EndGetOrganizationRdsServersPaged(System.IAsyncResult asyncResult)
|
|
{
|
|
object[] results = this.EndInvoke(asyncResult);
|
|
return ((RdsServersPaged)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void GetOrganizationRdsServersPagedAsync(int itemId, string filterColumn, string filterValue, string sortColumn, int startRow, int maximumRows)
|
|
{
|
|
this.GetOrganizationRdsServersPagedAsync(itemId, filterColumn, filterValue, sortColumn, startRow, maximumRows, null);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void GetOrganizationRdsServersPagedAsync(int itemId, string filterColumn, string filterValue, string sortColumn, int startRow, int maximumRows, object userState)
|
|
{
|
|
if ((this.GetOrganizationRdsServersPagedOperationCompleted == null))
|
|
{
|
|
this.GetOrganizationRdsServersPagedOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetOrganizationRdsServersPagedOperationCompleted);
|
|
}
|
|
this.InvokeAsync("GetOrganizationRdsServersPaged", new object[] {
|
|
itemId,
|
|
filterColumn,
|
|
filterValue,
|
|
sortColumn,
|
|
startRow,
|
|
maximumRows}, this.GetOrganizationRdsServersPagedOperationCompleted, userState);
|
|
}
|
|
|
|
private void OnGetOrganizationRdsServersPagedOperationCompleted(object arg)
|
|
{
|
|
if ((this.GetOrganizationRdsServersPagedCompleted != null))
|
|
{
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
this.GetOrganizationRdsServersPagedCompleted(this, new GetOrganizationRdsServersPagedCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetOrganizationFreeRdsServersPaged", 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 RdsServersPaged GetOrganizationFreeRdsServersPaged(int itemId, string filterColumn, string filterValue, string sortColumn, int startRow, int maximumRows)
|
|
{
|
|
object[] results = this.Invoke("GetOrganizationFreeRdsServersPaged", new object[] {
|
|
itemId,
|
|
filterColumn,
|
|
filterValue,
|
|
sortColumn,
|
|
startRow,
|
|
maximumRows});
|
|
return ((RdsServersPaged)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public System.IAsyncResult BeginGetOrganizationFreeRdsServersPaged(int itemId, string filterColumn, string filterValue, string sortColumn, int startRow, int maximumRows, System.AsyncCallback callback, object asyncState)
|
|
{
|
|
return this.BeginInvoke("GetOrganizationFreeRdsServersPaged", new object[] {
|
|
itemId,
|
|
filterColumn,
|
|
filterValue,
|
|
sortColumn,
|
|
startRow,
|
|
maximumRows}, callback, asyncState);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public RdsServersPaged EndGetOrganizationFreeRdsServersPaged(System.IAsyncResult asyncResult)
|
|
{
|
|
object[] results = this.EndInvoke(asyncResult);
|
|
return ((RdsServersPaged)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void GetOrganizationFreeRdsServersPagedAsync(int itemId, string filterColumn, string filterValue, string sortColumn, int startRow, int maximumRows)
|
|
{
|
|
this.GetOrganizationFreeRdsServersPagedAsync(itemId, filterColumn, filterValue, sortColumn, startRow, maximumRows, null);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void GetOrganizationFreeRdsServersPagedAsync(int itemId, string filterColumn, string filterValue, string sortColumn, int startRow, int maximumRows, object userState)
|
|
{
|
|
if ((this.GetOrganizationFreeRdsServersPagedOperationCompleted == null))
|
|
{
|
|
this.GetOrganizationFreeRdsServersPagedOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetOrganizationFreeRdsServersPagedOperationCompleted);
|
|
}
|
|
this.InvokeAsync("GetOrganizationFreeRdsServersPaged", new object[] {
|
|
itemId,
|
|
filterColumn,
|
|
filterValue,
|
|
sortColumn,
|
|
startRow,
|
|
maximumRows}, this.GetOrganizationFreeRdsServersPagedOperationCompleted, userState);
|
|
}
|
|
|
|
private void OnGetOrganizationFreeRdsServersPagedOperationCompleted(object arg)
|
|
{
|
|
if ((this.GetOrganizationFreeRdsServersPagedCompleted != null))
|
|
{
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
this.GetOrganizationFreeRdsServersPagedCompleted(this, new GetOrganizationFreeRdsServersPagedCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetRdsServer", 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 RdsServer GetRdsServer(int rdsSeverId)
|
|
{
|
|
object[] results = this.Invoke("GetRdsServer", new object[] {
|
|
rdsSeverId});
|
|
return ((RdsServer)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public System.IAsyncResult BeginGetRdsServer(int rdsSeverId, System.AsyncCallback callback, object asyncState)
|
|
{
|
|
return this.BeginInvoke("GetRdsServer", new object[] {
|
|
rdsSeverId}, callback, asyncState);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public RdsServer EndGetRdsServer(System.IAsyncResult asyncResult)
|
|
{
|
|
object[] results = this.EndInvoke(asyncResult);
|
|
return ((RdsServer)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void GetRdsServerAsync(int rdsSeverId)
|
|
{
|
|
this.GetRdsServerAsync(rdsSeverId, null);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void GetRdsServerAsync(int rdsSeverId, object userState)
|
|
{
|
|
if ((this.GetRdsServerOperationCompleted == null))
|
|
{
|
|
this.GetRdsServerOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetRdsServerOperationCompleted);
|
|
}
|
|
this.InvokeAsync("GetRdsServer", new object[] {
|
|
rdsSeverId}, this.GetRdsServerOperationCompleted, userState);
|
|
}
|
|
|
|
private void OnGetRdsServerOperationCompleted(object arg)
|
|
{
|
|
if ((this.GetRdsServerCompleted != null))
|
|
{
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
this.GetRdsServerCompleted(this, new GetRdsServerCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetCollectionRdsServers", 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 RdsServer[] GetCollectionRdsServers(int collectionId)
|
|
{
|
|
object[] results = this.Invoke("GetCollectionRdsServers", new object[] {
|
|
collectionId});
|
|
return ((RdsServer[])(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public System.IAsyncResult BeginGetCollectionRdsServers(int collectionId, System.AsyncCallback callback, object asyncState)
|
|
{
|
|
return this.BeginInvoke("GetCollectionRdsServers", new object[] {
|
|
collectionId}, callback, asyncState);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public RdsServer[] EndGetCollectionRdsServers(System.IAsyncResult asyncResult)
|
|
{
|
|
object[] results = this.EndInvoke(asyncResult);
|
|
return ((RdsServer[])(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void GetCollectionRdsServersAsync(int collectionId)
|
|
{
|
|
this.GetCollectionRdsServersAsync(collectionId, null);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void GetCollectionRdsServersAsync(int collectionId, object userState)
|
|
{
|
|
if ((this.GetCollectionRdsServersOperationCompleted == null))
|
|
{
|
|
this.GetCollectionRdsServersOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCollectionRdsServersOperationCompleted);
|
|
}
|
|
this.InvokeAsync("GetCollectionRdsServers", new object[] {
|
|
collectionId}, this.GetCollectionRdsServersOperationCompleted, userState);
|
|
}
|
|
|
|
private void OnGetCollectionRdsServersOperationCompleted(object arg)
|
|
{
|
|
if ((this.GetCollectionRdsServersCompleted != null))
|
|
{
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
this.GetCollectionRdsServersCompleted(this, new GetCollectionRdsServersCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetOrganizationRdsServers", 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 RdsServer[] GetOrganizationRdsServers(int itemId)
|
|
{
|
|
object[] results = this.Invoke("GetOrganizationRdsServers", new object[] {
|
|
itemId});
|
|
return ((RdsServer[])(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public System.IAsyncResult BeginGetOrganizationRdsServers(int itemId, System.AsyncCallback callback, object asyncState)
|
|
{
|
|
return this.BeginInvoke("GetOrganizationRdsServers", new object[] {
|
|
itemId}, callback, asyncState);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public RdsServer[] EndGetOrganizationRdsServers(System.IAsyncResult asyncResult)
|
|
{
|
|
object[] results = this.EndInvoke(asyncResult);
|
|
return ((RdsServer[])(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void GetOrganizationRdsServersAsync(int itemId)
|
|
{
|
|
this.GetOrganizationRdsServersAsync(itemId, null);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void GetOrganizationRdsServersAsync(int itemId, object userState)
|
|
{
|
|
if ((this.GetOrganizationRdsServersOperationCompleted == null))
|
|
{
|
|
this.GetOrganizationRdsServersOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetOrganizationRdsServersOperationCompleted);
|
|
}
|
|
this.InvokeAsync("GetOrganizationRdsServers", new object[] {
|
|
itemId}, this.GetOrganizationRdsServersOperationCompleted, userState);
|
|
}
|
|
|
|
private void OnGetOrganizationRdsServersOperationCompleted(object arg)
|
|
{
|
|
if ((this.GetOrganizationRdsServersCompleted != null))
|
|
{
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
this.GetOrganizationRdsServersCompleted(this, new GetOrganizationRdsServersCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/AddRdsServer", 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 AddRdsServer(RdsServer rdsServer)
|
|
{
|
|
object[] results = this.Invoke("AddRdsServer", new object[] {
|
|
rdsServer});
|
|
return ((ResultObject)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public System.IAsyncResult BeginAddRdsServer(RdsServer rdsServer, System.AsyncCallback callback, object asyncState)
|
|
{
|
|
return this.BeginInvoke("AddRdsServer", new object[] {
|
|
rdsServer}, callback, asyncState);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public ResultObject EndAddRdsServer(System.IAsyncResult asyncResult)
|
|
{
|
|
object[] results = this.EndInvoke(asyncResult);
|
|
return ((ResultObject)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void AddRdsServerAsync(RdsServer rdsServer)
|
|
{
|
|
this.AddRdsServerAsync(rdsServer, null);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void AddRdsServerAsync(RdsServer rdsServer, object userState)
|
|
{
|
|
if ((this.AddRdsServerOperationCompleted == null))
|
|
{
|
|
this.AddRdsServerOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAddRdsServerOperationCompleted);
|
|
}
|
|
this.InvokeAsync("AddRdsServer", new object[] {
|
|
rdsServer}, this.AddRdsServerOperationCompleted, userState);
|
|
}
|
|
|
|
private void OnAddRdsServerOperationCompleted(object arg)
|
|
{
|
|
if ((this.AddRdsServerCompleted != null))
|
|
{
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
this.AddRdsServerCompleted(this, new AddRdsServerCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/AddRdsServerToCollection", 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 AddRdsServerToCollection(int itemId, RdsServer rdsServer, RdsCollection rdsCollection)
|
|
{
|
|
object[] results = this.Invoke("AddRdsServerToCollection", new object[] {
|
|
itemId,
|
|
rdsServer,
|
|
rdsCollection});
|
|
return ((ResultObject)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public System.IAsyncResult BeginAddRdsServerToCollection(int itemId, RdsServer rdsServer, RdsCollection rdsCollection, System.AsyncCallback callback, object asyncState)
|
|
{
|
|
return this.BeginInvoke("AddRdsServerToCollection", new object[] {
|
|
itemId,
|
|
rdsServer,
|
|
rdsCollection}, callback, asyncState);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public ResultObject EndAddRdsServerToCollection(System.IAsyncResult asyncResult)
|
|
{
|
|
object[] results = this.EndInvoke(asyncResult);
|
|
return ((ResultObject)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void AddRdsServerToCollectionAsync(int itemId, RdsServer rdsServer, RdsCollection rdsCollection)
|
|
{
|
|
this.AddRdsServerToCollectionAsync(itemId, rdsServer, rdsCollection, null);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void AddRdsServerToCollectionAsync(int itemId, RdsServer rdsServer, RdsCollection rdsCollection, object userState)
|
|
{
|
|
if ((this.AddRdsServerToCollectionOperationCompleted == null))
|
|
{
|
|
this.AddRdsServerToCollectionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAddRdsServerToCollectionOperationCompleted);
|
|
}
|
|
this.InvokeAsync("AddRdsServerToCollection", new object[] {
|
|
itemId,
|
|
rdsServer,
|
|
rdsCollection}, this.AddRdsServerToCollectionOperationCompleted, userState);
|
|
}
|
|
|
|
private void OnAddRdsServerToCollectionOperationCompleted(object arg)
|
|
{
|
|
if ((this.AddRdsServerToCollectionCompleted != null))
|
|
{
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
this.AddRdsServerToCollectionCompleted(this, new AddRdsServerToCollectionCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/AddRdsServerToOrganization", 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 AddRdsServerToOrganization(int itemId, int serverId)
|
|
{
|
|
object[] results = this.Invoke("AddRdsServerToOrganization", new object[] {
|
|
itemId,
|
|
serverId});
|
|
return ((ResultObject)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public System.IAsyncResult BeginAddRdsServerToOrganization(int itemId, int serverId, System.AsyncCallback callback, object asyncState)
|
|
{
|
|
return this.BeginInvoke("AddRdsServerToOrganization", new object[] {
|
|
itemId,
|
|
serverId}, callback, asyncState);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public ResultObject EndAddRdsServerToOrganization(System.IAsyncResult asyncResult)
|
|
{
|
|
object[] results = this.EndInvoke(asyncResult);
|
|
return ((ResultObject)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void AddRdsServerToOrganizationAsync(int itemId, int serverId)
|
|
{
|
|
this.AddRdsServerToOrganizationAsync(itemId, serverId, null);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void AddRdsServerToOrganizationAsync(int itemId, int serverId, object userState)
|
|
{
|
|
if ((this.AddRdsServerToOrganizationOperationCompleted == null))
|
|
{
|
|
this.AddRdsServerToOrganizationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAddRdsServerToOrganizationOperationCompleted);
|
|
}
|
|
this.InvokeAsync("AddRdsServerToOrganization", new object[] {
|
|
itemId,
|
|
serverId}, this.AddRdsServerToOrganizationOperationCompleted, userState);
|
|
}
|
|
|
|
private void OnAddRdsServerToOrganizationOperationCompleted(object arg)
|
|
{
|
|
if ((this.AddRdsServerToOrganizationCompleted != null))
|
|
{
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
this.AddRdsServerToOrganizationCompleted(this, new AddRdsServerToOrganizationCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/RemoveRdsServer", 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 RemoveRdsServer(int rdsServerId)
|
|
{
|
|
object[] results = this.Invoke("RemoveRdsServer", new object[] {
|
|
rdsServerId});
|
|
return ((ResultObject)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public System.IAsyncResult BeginRemoveRdsServer(int rdsServerId, System.AsyncCallback callback, object asyncState)
|
|
{
|
|
return this.BeginInvoke("RemoveRdsServer", new object[] {
|
|
rdsServerId}, callback, asyncState);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public ResultObject EndRemoveRdsServer(System.IAsyncResult asyncResult)
|
|
{
|
|
object[] results = this.EndInvoke(asyncResult);
|
|
return ((ResultObject)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void RemoveRdsServerAsync(int rdsServerId)
|
|
{
|
|
this.RemoveRdsServerAsync(rdsServerId, null);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void RemoveRdsServerAsync(int rdsServerId, object userState)
|
|
{
|
|
if ((this.RemoveRdsServerOperationCompleted == null))
|
|
{
|
|
this.RemoveRdsServerOperationCompleted = new System.Threading.SendOrPostCallback(this.OnRemoveRdsServerOperationCompleted);
|
|
}
|
|
this.InvokeAsync("RemoveRdsServer", new object[] {
|
|
rdsServerId}, this.RemoveRdsServerOperationCompleted, userState);
|
|
}
|
|
|
|
private void OnRemoveRdsServerOperationCompleted(object arg)
|
|
{
|
|
if ((this.RemoveRdsServerCompleted != null))
|
|
{
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
this.RemoveRdsServerCompleted(this, new RemoveRdsServerCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/RemoveRdsServerFromCollection", 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 RemoveRdsServerFromCollection(int itemId, RdsServer rdsServer, RdsCollection rdsCollection)
|
|
{
|
|
object[] results = this.Invoke("RemoveRdsServerFromCollection", new object[] {
|
|
itemId,
|
|
rdsServer,
|
|
rdsCollection});
|
|
return ((ResultObject)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public System.IAsyncResult BeginRemoveRdsServerFromCollection(int itemId, RdsServer rdsServer, RdsCollection rdsCollection, System.AsyncCallback callback, object asyncState)
|
|
{
|
|
return this.BeginInvoke("RemoveRdsServerFromCollection", new object[] {
|
|
itemId,
|
|
rdsServer,
|
|
rdsCollection}, callback, asyncState);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public ResultObject EndRemoveRdsServerFromCollection(System.IAsyncResult asyncResult)
|
|
{
|
|
object[] results = this.EndInvoke(asyncResult);
|
|
return ((ResultObject)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void RemoveRdsServerFromCollectionAsync(int itemId, RdsServer rdsServer, RdsCollection rdsCollection)
|
|
{
|
|
this.RemoveRdsServerFromCollectionAsync(itemId, rdsServer, rdsCollection, null);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void RemoveRdsServerFromCollectionAsync(int itemId, RdsServer rdsServer, RdsCollection rdsCollection, object userState)
|
|
{
|
|
if ((this.RemoveRdsServerFromCollectionOperationCompleted == null))
|
|
{
|
|
this.RemoveRdsServerFromCollectionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnRemoveRdsServerFromCollectionOperationCompleted);
|
|
}
|
|
this.InvokeAsync("RemoveRdsServerFromCollection", new object[] {
|
|
itemId,
|
|
rdsServer,
|
|
rdsCollection}, this.RemoveRdsServerFromCollectionOperationCompleted, userState);
|
|
}
|
|
|
|
private void OnRemoveRdsServerFromCollectionOperationCompleted(object arg)
|
|
{
|
|
if ((this.RemoveRdsServerFromCollectionCompleted != null))
|
|
{
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
this.RemoveRdsServerFromCollectionCompleted(this, new RemoveRdsServerFromCollectionCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/RemoveRdsServerFromOrganization", 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 RemoveRdsServerFromOrganization(int rdsServerId)
|
|
{
|
|
object[] results = this.Invoke("RemoveRdsServerFromOrganization", new object[] {
|
|
rdsServerId});
|
|
return ((ResultObject)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public System.IAsyncResult BeginRemoveRdsServerFromOrganization(int rdsServerId, System.AsyncCallback callback, object asyncState)
|
|
{
|
|
return this.BeginInvoke("RemoveRdsServerFromOrganization", new object[] {
|
|
rdsServerId}, callback, asyncState);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public ResultObject EndRemoveRdsServerFromOrganization(System.IAsyncResult asyncResult)
|
|
{
|
|
object[] results = this.EndInvoke(asyncResult);
|
|
return ((ResultObject)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void RemoveRdsServerFromOrganizationAsync(int rdsServerId)
|
|
{
|
|
this.RemoveRdsServerFromOrganizationAsync(rdsServerId, null);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void RemoveRdsServerFromOrganizationAsync(int rdsServerId, object userState)
|
|
{
|
|
if ((this.RemoveRdsServerFromOrganizationOperationCompleted == null))
|
|
{
|
|
this.RemoveRdsServerFromOrganizationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnRemoveRdsServerFromOrganizationOperationCompleted);
|
|
}
|
|
this.InvokeAsync("RemoveRdsServerFromOrganization", new object[] {
|
|
rdsServerId}, this.RemoveRdsServerFromOrganizationOperationCompleted, userState);
|
|
}
|
|
|
|
private void OnRemoveRdsServerFromOrganizationOperationCompleted(object arg)
|
|
{
|
|
if ((this.RemoveRdsServerFromOrganizationCompleted != null))
|
|
{
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
this.RemoveRdsServerFromOrganizationCompleted(this, new RemoveRdsServerFromOrganizationCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/UpdateRdsServer", 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 UpdateRdsServer(RdsServer rdsServer)
|
|
{
|
|
object[] results = this.Invoke("UpdateRdsServer", new object[] {
|
|
rdsServer});
|
|
return ((ResultObject)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public System.IAsyncResult BeginUpdateRdsServer(RdsServer rdsServer, System.AsyncCallback callback, object asyncState)
|
|
{
|
|
return this.BeginInvoke("UpdateRdsServer", new object[] {
|
|
rdsServer}, callback, asyncState);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public ResultObject EndUpdateRdsServer(System.IAsyncResult asyncResult)
|
|
{
|
|
object[] results = this.EndInvoke(asyncResult);
|
|
return ((ResultObject)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void UpdateRdsServerAsync(RdsServer rdsServer)
|
|
{
|
|
this.UpdateRdsServerAsync(rdsServer, null);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void UpdateRdsServerAsync(RdsServer rdsServer, object userState)
|
|
{
|
|
if ((this.UpdateRdsServerOperationCompleted == null))
|
|
{
|
|
this.UpdateRdsServerOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateRdsServerOperationCompleted);
|
|
}
|
|
this.InvokeAsync("UpdateRdsServer", new object[] {
|
|
rdsServer}, this.UpdateRdsServerOperationCompleted, userState);
|
|
}
|
|
|
|
private void OnUpdateRdsServerOperationCompleted(object arg)
|
|
{
|
|
if ((this.UpdateRdsServerCompleted != null))
|
|
{
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
this.UpdateRdsServerCompleted(this, new UpdateRdsServerCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetRdsCollectionUsers", 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 OrganizationUser[] GetRdsCollectionUsers(int collectionId)
|
|
{
|
|
object[] results = this.Invoke("GetRdsCollectionUsers", new object[] {
|
|
collectionId});
|
|
return ((OrganizationUser[])(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public System.IAsyncResult BeginGetRdsCollectionUsers(int collectionId, System.AsyncCallback callback, object asyncState)
|
|
{
|
|
return this.BeginInvoke("GetRdsCollectionUsers", new object[] {
|
|
collectionId}, callback, asyncState);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public OrganizationUser[] EndGetRdsCollectionUsers(System.IAsyncResult asyncResult)
|
|
{
|
|
object[] results = this.EndInvoke(asyncResult);
|
|
return ((OrganizationUser[])(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void GetRdsCollectionUsersAsync(int collectionId)
|
|
{
|
|
this.GetRdsCollectionUsersAsync(collectionId, null);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void GetRdsCollectionUsersAsync(int collectionId, object userState)
|
|
{
|
|
if ((this.GetRdsCollectionUsersOperationCompleted == null))
|
|
{
|
|
this.GetRdsCollectionUsersOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetRdsCollectionUsersOperationCompleted);
|
|
}
|
|
this.InvokeAsync("GetRdsCollectionUsers", new object[] {
|
|
collectionId}, this.GetRdsCollectionUsersOperationCompleted, userState);
|
|
}
|
|
|
|
private void OnGetRdsCollectionUsersOperationCompleted(object arg)
|
|
{
|
|
if ((this.GetRdsCollectionUsersCompleted != null))
|
|
{
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
this.GetRdsCollectionUsersCompleted(this, new GetRdsCollectionUsersCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/SetUsersToRdsCollection", 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 SetUsersToRdsCollection(int itemId, int collectionId, OrganizationUser[] users)
|
|
{
|
|
object[] results = this.Invoke("SetUsersToRdsCollection", new object[] {
|
|
itemId,
|
|
collectionId,
|
|
users});
|
|
return ((ResultObject)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public System.IAsyncResult BeginSetUsersToRdsCollection(int itemId, int collectionId, OrganizationUser[] users, System.AsyncCallback callback, object asyncState)
|
|
{
|
|
return this.BeginInvoke("SetUsersToRdsCollection", new object[] {
|
|
itemId,
|
|
collectionId,
|
|
users}, callback, asyncState);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public ResultObject EndSetUsersToRdsCollection(System.IAsyncResult asyncResult)
|
|
{
|
|
object[] results = this.EndInvoke(asyncResult);
|
|
return ((ResultObject)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void SetUsersToRdsCollectionAsync(int itemId, int collectionId, OrganizationUser[] users)
|
|
{
|
|
this.SetUsersToRdsCollectionAsync(itemId, collectionId, users, null);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void SetUsersToRdsCollectionAsync(int itemId, int collectionId, OrganizationUser[] users, object userState)
|
|
{
|
|
if ((this.SetUsersToRdsCollectionOperationCompleted == null))
|
|
{
|
|
this.SetUsersToRdsCollectionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSetUsersToRdsCollectionOperationCompleted);
|
|
}
|
|
this.InvokeAsync("SetUsersToRdsCollection", new object[] {
|
|
itemId,
|
|
collectionId,
|
|
users}, this.SetUsersToRdsCollectionOperationCompleted, userState);
|
|
}
|
|
|
|
private void OnSetUsersToRdsCollectionOperationCompleted(object arg)
|
|
{
|
|
if ((this.SetUsersToRdsCollectionCompleted != null))
|
|
{
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
this.SetUsersToRdsCollectionCompleted(this, new SetUsersToRdsCollectionCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetCollectionRemoteApplications", 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 RemoteApplication[] GetCollectionRemoteApplications(int itemId, string collectionName)
|
|
{
|
|
object[] results = this.Invoke("GetCollectionRemoteApplications", new object[] {
|
|
itemId,
|
|
collectionName});
|
|
return ((RemoteApplication[])(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public System.IAsyncResult BeginGetCollectionRemoteApplications(int itemId, string collectionName, System.AsyncCallback callback, object asyncState)
|
|
{
|
|
return this.BeginInvoke("GetCollectionRemoteApplications", new object[] {
|
|
itemId,
|
|
collectionName}, callback, asyncState);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public RemoteApplication[] EndGetCollectionRemoteApplications(System.IAsyncResult asyncResult)
|
|
{
|
|
object[] results = this.EndInvoke(asyncResult);
|
|
return ((RemoteApplication[])(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void GetCollectionRemoteApplicationsAsync(int itemId, string collectionName)
|
|
{
|
|
this.GetCollectionRemoteApplicationsAsync(itemId, collectionName, null);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void GetCollectionRemoteApplicationsAsync(int itemId, string collectionName, object userState)
|
|
{
|
|
if ((this.GetCollectionRemoteApplicationsOperationCompleted == null))
|
|
{
|
|
this.GetCollectionRemoteApplicationsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCollectionRemoteApplicationsOperationCompleted);
|
|
}
|
|
this.InvokeAsync("GetCollectionRemoteApplications", new object[] {
|
|
itemId,
|
|
collectionName}, this.GetCollectionRemoteApplicationsOperationCompleted, userState);
|
|
}
|
|
|
|
private void OnGetCollectionRemoteApplicationsOperationCompleted(object arg)
|
|
{
|
|
if ((this.GetCollectionRemoteApplicationsCompleted != null))
|
|
{
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
this.GetCollectionRemoteApplicationsCompleted(this, new GetCollectionRemoteApplicationsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetAvailableRemoteApplications", 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 StartMenuApp[] GetAvailableRemoteApplications(int itemId, string collectionName)
|
|
{
|
|
object[] results = this.Invoke("GetAvailableRemoteApplications", new object[] {
|
|
itemId,
|
|
collectionName});
|
|
return ((StartMenuApp[])(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public System.IAsyncResult BeginGetAvailableRemoteApplications(int itemId, string collectionName, System.AsyncCallback callback, object asyncState)
|
|
{
|
|
return this.BeginInvoke("GetAvailableRemoteApplications", new object[] {
|
|
itemId,
|
|
collectionName}, callback, asyncState);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public StartMenuApp[] EndGetAvailableRemoteApplications(System.IAsyncResult asyncResult)
|
|
{
|
|
object[] results = this.EndInvoke(asyncResult);
|
|
return ((StartMenuApp[])(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void GetAvailableRemoteApplicationsAsync(int itemId, string collectionName)
|
|
{
|
|
this.GetAvailableRemoteApplicationsAsync(itemId, collectionName, null);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void GetAvailableRemoteApplicationsAsync(int itemId, string collectionName, object userState)
|
|
{
|
|
if ((this.GetAvailableRemoteApplicationsOperationCompleted == null))
|
|
{
|
|
this.GetAvailableRemoteApplicationsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetAvailableRemoteApplicationsOperationCompleted);
|
|
}
|
|
this.InvokeAsync("GetAvailableRemoteApplications", new object[] {
|
|
itemId,
|
|
collectionName}, this.GetAvailableRemoteApplicationsOperationCompleted, userState);
|
|
}
|
|
|
|
private void OnGetAvailableRemoteApplicationsOperationCompleted(object arg)
|
|
{
|
|
if ((this.GetAvailableRemoteApplicationsCompleted != null))
|
|
{
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
this.GetAvailableRemoteApplicationsCompleted(this, new GetAvailableRemoteApplicationsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/AddRemoteApplicationToCollection", 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 AddRemoteApplicationToCollection(int itemId, RdsCollection collection, RemoteApplication application)
|
|
{
|
|
object[] results = this.Invoke("AddRemoteApplicationToCollection", new object[] {
|
|
itemId,
|
|
collection,
|
|
application});
|
|
return ((ResultObject)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public System.IAsyncResult BeginAddRemoteApplicationToCollection(int itemId, RdsCollection collection, RemoteApplication application, System.AsyncCallback callback, object asyncState)
|
|
{
|
|
return this.BeginInvoke("AddRemoteApplicationToCollection", new object[] {
|
|
itemId,
|
|
collection,
|
|
application}, callback, asyncState);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public ResultObject EndAddRemoteApplicationToCollection(System.IAsyncResult asyncResult)
|
|
{
|
|
object[] results = this.EndInvoke(asyncResult);
|
|
return ((ResultObject)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void AddRemoteApplicationToCollectionAsync(int itemId, RdsCollection collection, RemoteApplication application)
|
|
{
|
|
this.AddRemoteApplicationToCollectionAsync(itemId, collection, application, null);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void AddRemoteApplicationToCollectionAsync(int itemId, RdsCollection collection, RemoteApplication application, object userState)
|
|
{
|
|
if ((this.AddRemoteApplicationToCollectionOperationCompleted == null))
|
|
{
|
|
this.AddRemoteApplicationToCollectionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAddRemoteApplicationToCollectionOperationCompleted);
|
|
}
|
|
this.InvokeAsync("AddRemoteApplicationToCollection", new object[] {
|
|
itemId,
|
|
collection,
|
|
application}, this.AddRemoteApplicationToCollectionOperationCompleted, userState);
|
|
}
|
|
|
|
private void OnAddRemoteApplicationToCollectionOperationCompleted(object arg)
|
|
{
|
|
if ((this.AddRemoteApplicationToCollectionCompleted != null))
|
|
{
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
this.AddRemoteApplicationToCollectionCompleted(this, new AddRemoteApplicationToCollectionCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/RemoveRemoteApplicationFromCollectio" +
|
|
"n", 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 RemoveRemoteApplicationFromCollection(int itemId, RdsCollection collection, RemoteApplication application)
|
|
{
|
|
object[] results = this.Invoke("RemoveRemoteApplicationFromCollection", new object[] {
|
|
itemId,
|
|
collection,
|
|
application});
|
|
return ((ResultObject)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public System.IAsyncResult BeginRemoveRemoteApplicationFromCollection(int itemId, RdsCollection collection, RemoteApplication application, System.AsyncCallback callback, object asyncState)
|
|
{
|
|
return this.BeginInvoke("RemoveRemoteApplicationFromCollection", new object[] {
|
|
itemId,
|
|
collection,
|
|
application}, callback, asyncState);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public ResultObject EndRemoveRemoteApplicationFromCollection(System.IAsyncResult asyncResult)
|
|
{
|
|
object[] results = this.EndInvoke(asyncResult);
|
|
return ((ResultObject)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void RemoveRemoteApplicationFromCollectionAsync(int itemId, RdsCollection collection, RemoteApplication application)
|
|
{
|
|
this.RemoveRemoteApplicationFromCollectionAsync(itemId, collection, application, null);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void RemoveRemoteApplicationFromCollectionAsync(int itemId, RdsCollection collection, RemoteApplication application, object userState)
|
|
{
|
|
if ((this.RemoveRemoteApplicationFromCollectionOperationCompleted == null))
|
|
{
|
|
this.RemoveRemoteApplicationFromCollectionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnRemoveRemoteApplicationFromCollectionOperationCompleted);
|
|
}
|
|
this.InvokeAsync("RemoveRemoteApplicationFromCollection", new object[] {
|
|
itemId,
|
|
collection,
|
|
application}, this.RemoveRemoteApplicationFromCollectionOperationCompleted, userState);
|
|
}
|
|
|
|
private void OnRemoveRemoteApplicationFromCollectionOperationCompleted(object arg)
|
|
{
|
|
if ((this.RemoveRemoteApplicationFromCollectionCompleted != null))
|
|
{
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
this.RemoveRemoteApplicationFromCollectionCompleted(this, new RemoveRemoteApplicationFromCollectionCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/SetRemoteApplicationsToRdsCollection" +
|
|
"", 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 SetRemoteApplicationsToRdsCollection(int itemId, int collectionId, RemoteApplication[] remoteApps)
|
|
{
|
|
object[] results = this.Invoke("SetRemoteApplicationsToRdsCollection", new object[] {
|
|
itemId,
|
|
collectionId,
|
|
remoteApps});
|
|
return ((ResultObject)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public System.IAsyncResult BeginSetRemoteApplicationsToRdsCollection(int itemId, int collectionId, RemoteApplication[] remoteApps, System.AsyncCallback callback, object asyncState)
|
|
{
|
|
return this.BeginInvoke("SetRemoteApplicationsToRdsCollection", new object[] {
|
|
itemId,
|
|
collectionId,
|
|
remoteApps}, callback, asyncState);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public ResultObject EndSetRemoteApplicationsToRdsCollection(System.IAsyncResult asyncResult)
|
|
{
|
|
object[] results = this.EndInvoke(asyncResult);
|
|
return ((ResultObject)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void SetRemoteApplicationsToRdsCollectionAsync(int itemId, int collectionId, RemoteApplication[] remoteApps)
|
|
{
|
|
this.SetRemoteApplicationsToRdsCollectionAsync(itemId, collectionId, remoteApps, null);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void SetRemoteApplicationsToRdsCollectionAsync(int itemId, int collectionId, RemoteApplication[] remoteApps, object userState)
|
|
{
|
|
if ((this.SetRemoteApplicationsToRdsCollectionOperationCompleted == null))
|
|
{
|
|
this.SetRemoteApplicationsToRdsCollectionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSetRemoteApplicationsToRdsCollectionOperationCompleted);
|
|
}
|
|
this.InvokeAsync("SetRemoteApplicationsToRdsCollection", new object[] {
|
|
itemId,
|
|
collectionId,
|
|
remoteApps}, this.SetRemoteApplicationsToRdsCollectionOperationCompleted, userState);
|
|
}
|
|
|
|
private void OnSetRemoteApplicationsToRdsCollectionOperationCompleted(object arg)
|
|
{
|
|
if ((this.SetRemoteApplicationsToRdsCollectionCompleted != null))
|
|
{
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
this.SetRemoteApplicationsToRdsCollectionCompleted(this, new SetRemoteApplicationsToRdsCollectionCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://smbsaas/websitepanel/enterpriseserver/GetOrganizationRdsUsersCount", 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 GetOrganizationRdsUsersCount(int itemId)
|
|
{
|
|
object[] results = this.Invoke("GetOrganizationRdsUsersCount", new object[] {
|
|
itemId});
|
|
return ((int)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public System.IAsyncResult BeginGetOrganizationRdsUsersCount(int itemId, System.AsyncCallback callback, object asyncState)
|
|
{
|
|
return this.BeginInvoke("GetOrganizationRdsUsersCount", new object[] {
|
|
itemId}, callback, asyncState);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public int EndGetOrganizationRdsUsersCount(System.IAsyncResult asyncResult)
|
|
{
|
|
object[] results = this.EndInvoke(asyncResult);
|
|
return ((int)(results[0]));
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void GetOrganizationRdsUsersCountAsync(int itemId)
|
|
{
|
|
this.GetOrganizationRdsUsersCountAsync(itemId, null);
|
|
}
|
|
|
|
/// <remarks/>
|
|
public void GetOrganizationRdsUsersCountAsync(int itemId, object userState)
|
|
{
|
|
if ((this.GetOrganizationRdsUsersCountOperationCompleted == null))
|
|
{
|
|
this.GetOrganizationRdsUsersCountOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetOrganizationRdsUsersCountOperationCompleted);
|
|
}
|
|
this.InvokeAsync("GetOrganizationRdsUsersCount", new object[] {
|
|
itemId}, this.GetOrganizationRdsUsersCountOperationCompleted, userState);
|
|
}
|
|
|
|
private void OnGetOrganizationRdsUsersCountOperationCompleted(object arg)
|
|
{
|
|
if ((this.GetOrganizationRdsUsersCountCompleted != null))
|
|
{
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
this.GetOrganizationRdsUsersCountCompleted(this, new GetOrganizationRdsUsersCountCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public new void CancelAsync(object userState)
|
|
{
|
|
base.CancelAsync(userState);
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
public delegate void GetRdsCollectionCompletedEventHandler(object sender, GetRdsCollectionCompletedEventArgs e);
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class GetRdsCollectionCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
|
|
{
|
|
|
|
private object[] results;
|
|
|
|
internal GetRdsCollectionCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
base(exception, cancelled, userState)
|
|
{
|
|
this.results = results;
|
|
}
|
|
|
|
/// <remarks/>
|
|
public RdsCollection Result
|
|
{
|
|
get
|
|
{
|
|
this.RaiseExceptionIfNecessary();
|
|
return ((RdsCollection)(this.results[0]));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
public delegate void GetOrganizationRdsCollectionsCompletedEventHandler(object sender, GetOrganizationRdsCollectionsCompletedEventArgs e);
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class GetOrganizationRdsCollectionsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
|
|
{
|
|
|
|
private object[] results;
|
|
|
|
internal GetOrganizationRdsCollectionsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
base(exception, cancelled, userState)
|
|
{
|
|
this.results = results;
|
|
}
|
|
|
|
/// <remarks/>
|
|
public RdsCollection[] Result
|
|
{
|
|
get
|
|
{
|
|
this.RaiseExceptionIfNecessary();
|
|
return ((RdsCollection[])(this.results[0]));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
public delegate void AddRdsCollectionCompletedEventHandler(object sender, AddRdsCollectionCompletedEventArgs e);
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class AddRdsCollectionCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
|
|
{
|
|
|
|
private object[] results;
|
|
|
|
internal AddRdsCollectionCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
base(exception, cancelled, userState)
|
|
{
|
|
this.results = results;
|
|
}
|
|
|
|
/// <remarks/>
|
|
public ResultObject Result
|
|
{
|
|
get
|
|
{
|
|
this.RaiseExceptionIfNecessary();
|
|
return ((ResultObject)(this.results[0]));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
public delegate void GetRdsCollectionsPagedCompletedEventHandler(object sender, GetRdsCollectionsPagedCompletedEventArgs e);
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class GetRdsCollectionsPagedCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
|
|
{
|
|
|
|
private object[] results;
|
|
|
|
internal GetRdsCollectionsPagedCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
base(exception, cancelled, userState)
|
|
{
|
|
this.results = results;
|
|
}
|
|
|
|
/// <remarks/>
|
|
public RdsCollectionPaged Result
|
|
{
|
|
get
|
|
{
|
|
this.RaiseExceptionIfNecessary();
|
|
return ((RdsCollectionPaged)(this.results[0]));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
public delegate void RemoveRdsCollectionCompletedEventHandler(object sender, RemoveRdsCollectionCompletedEventArgs e);
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class RemoveRdsCollectionCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
|
|
{
|
|
|
|
private object[] results;
|
|
|
|
internal RemoveRdsCollectionCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
base(exception, cancelled, userState)
|
|
{
|
|
this.results = results;
|
|
}
|
|
|
|
/// <remarks/>
|
|
public ResultObject Result
|
|
{
|
|
get
|
|
{
|
|
this.RaiseExceptionIfNecessary();
|
|
return ((ResultObject)(this.results[0]));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
public delegate void GetRdsServersPagedCompletedEventHandler(object sender, GetRdsServersPagedCompletedEventArgs e);
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class GetRdsServersPagedCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
|
|
{
|
|
|
|
private object[] results;
|
|
|
|
internal GetRdsServersPagedCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
base(exception, cancelled, userState)
|
|
{
|
|
this.results = results;
|
|
}
|
|
|
|
/// <remarks/>
|
|
public RdsServersPaged Result
|
|
{
|
|
get
|
|
{
|
|
this.RaiseExceptionIfNecessary();
|
|
return ((RdsServersPaged)(this.results[0]));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
public delegate void GetFreeRdsServersPagedCompletedEventHandler(object sender, GetFreeRdsServersPagedCompletedEventArgs e);
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class GetFreeRdsServersPagedCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
|
|
{
|
|
|
|
private object[] results;
|
|
|
|
internal GetFreeRdsServersPagedCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
base(exception, cancelled, userState)
|
|
{
|
|
this.results = results;
|
|
}
|
|
|
|
/// <remarks/>
|
|
public RdsServersPaged Result
|
|
{
|
|
get
|
|
{
|
|
this.RaiseExceptionIfNecessary();
|
|
return ((RdsServersPaged)(this.results[0]));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
public delegate void GetOrganizationRdsServersPagedCompletedEventHandler(object sender, GetOrganizationRdsServersPagedCompletedEventArgs e);
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class GetOrganizationRdsServersPagedCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
|
|
{
|
|
|
|
private object[] results;
|
|
|
|
internal GetOrganizationRdsServersPagedCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
base(exception, cancelled, userState)
|
|
{
|
|
this.results = results;
|
|
}
|
|
|
|
/// <remarks/>
|
|
public RdsServersPaged Result
|
|
{
|
|
get
|
|
{
|
|
this.RaiseExceptionIfNecessary();
|
|
return ((RdsServersPaged)(this.results[0]));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
public delegate void GetOrganizationFreeRdsServersPagedCompletedEventHandler(object sender, GetOrganizationFreeRdsServersPagedCompletedEventArgs e);
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class GetOrganizationFreeRdsServersPagedCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
|
|
{
|
|
|
|
private object[] results;
|
|
|
|
internal GetOrganizationFreeRdsServersPagedCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
base(exception, cancelled, userState)
|
|
{
|
|
this.results = results;
|
|
}
|
|
|
|
/// <remarks/>
|
|
public RdsServersPaged Result
|
|
{
|
|
get
|
|
{
|
|
this.RaiseExceptionIfNecessary();
|
|
return ((RdsServersPaged)(this.results[0]));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
public delegate void GetRdsServerCompletedEventHandler(object sender, GetRdsServerCompletedEventArgs e);
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class GetRdsServerCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
|
|
{
|
|
|
|
private object[] results;
|
|
|
|
internal GetRdsServerCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
base(exception, cancelled, userState)
|
|
{
|
|
this.results = results;
|
|
}
|
|
|
|
/// <remarks/>
|
|
public RdsServer Result
|
|
{
|
|
get
|
|
{
|
|
this.RaiseExceptionIfNecessary();
|
|
return ((RdsServer)(this.results[0]));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
public delegate void GetCollectionRdsServersCompletedEventHandler(object sender, GetCollectionRdsServersCompletedEventArgs e);
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class GetCollectionRdsServersCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
|
|
{
|
|
|
|
private object[] results;
|
|
|
|
internal GetCollectionRdsServersCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
base(exception, cancelled, userState)
|
|
{
|
|
this.results = results;
|
|
}
|
|
|
|
/// <remarks/>
|
|
public RdsServer[] Result
|
|
{
|
|
get
|
|
{
|
|
this.RaiseExceptionIfNecessary();
|
|
return ((RdsServer[])(this.results[0]));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
public delegate void GetOrganizationRdsServersCompletedEventHandler(object sender, GetOrganizationRdsServersCompletedEventArgs e);
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class GetOrganizationRdsServersCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
|
|
{
|
|
|
|
private object[] results;
|
|
|
|
internal GetOrganizationRdsServersCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
base(exception, cancelled, userState)
|
|
{
|
|
this.results = results;
|
|
}
|
|
|
|
/// <remarks/>
|
|
public RdsServer[] Result
|
|
{
|
|
get
|
|
{
|
|
this.RaiseExceptionIfNecessary();
|
|
return ((RdsServer[])(this.results[0]));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
public delegate void AddRdsServerCompletedEventHandler(object sender, AddRdsServerCompletedEventArgs e);
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class AddRdsServerCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
|
|
{
|
|
|
|
private object[] results;
|
|
|
|
internal AddRdsServerCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
base(exception, cancelled, userState)
|
|
{
|
|
this.results = results;
|
|
}
|
|
|
|
/// <remarks/>
|
|
public ResultObject Result
|
|
{
|
|
get
|
|
{
|
|
this.RaiseExceptionIfNecessary();
|
|
return ((ResultObject)(this.results[0]));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
public delegate void AddRdsServerToCollectionCompletedEventHandler(object sender, AddRdsServerToCollectionCompletedEventArgs e);
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class AddRdsServerToCollectionCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
|
|
{
|
|
|
|
private object[] results;
|
|
|
|
internal AddRdsServerToCollectionCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
base(exception, cancelled, userState)
|
|
{
|
|
this.results = results;
|
|
}
|
|
|
|
/// <remarks/>
|
|
public ResultObject Result
|
|
{
|
|
get
|
|
{
|
|
this.RaiseExceptionIfNecessary();
|
|
return ((ResultObject)(this.results[0]));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
public delegate void AddRdsServerToOrganizationCompletedEventHandler(object sender, AddRdsServerToOrganizationCompletedEventArgs e);
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class AddRdsServerToOrganizationCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
|
|
{
|
|
|
|
private object[] results;
|
|
|
|
internal AddRdsServerToOrganizationCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
base(exception, cancelled, userState)
|
|
{
|
|
this.results = results;
|
|
}
|
|
|
|
/// <remarks/>
|
|
public ResultObject Result
|
|
{
|
|
get
|
|
{
|
|
this.RaiseExceptionIfNecessary();
|
|
return ((ResultObject)(this.results[0]));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
public delegate void RemoveRdsServerCompletedEventHandler(object sender, RemoveRdsServerCompletedEventArgs e);
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class RemoveRdsServerCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
|
|
{
|
|
|
|
private object[] results;
|
|
|
|
internal RemoveRdsServerCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
base(exception, cancelled, userState)
|
|
{
|
|
this.results = results;
|
|
}
|
|
|
|
/// <remarks/>
|
|
public ResultObject Result
|
|
{
|
|
get
|
|
{
|
|
this.RaiseExceptionIfNecessary();
|
|
return ((ResultObject)(this.results[0]));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
public delegate void RemoveRdsServerFromCollectionCompletedEventHandler(object sender, RemoveRdsServerFromCollectionCompletedEventArgs e);
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class RemoveRdsServerFromCollectionCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
|
|
{
|
|
|
|
private object[] results;
|
|
|
|
internal RemoveRdsServerFromCollectionCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
base(exception, cancelled, userState)
|
|
{
|
|
this.results = results;
|
|
}
|
|
|
|
/// <remarks/>
|
|
public ResultObject Result
|
|
{
|
|
get
|
|
{
|
|
this.RaiseExceptionIfNecessary();
|
|
return ((ResultObject)(this.results[0]));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
public delegate void RemoveRdsServerFromOrganizationCompletedEventHandler(object sender, RemoveRdsServerFromOrganizationCompletedEventArgs e);
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class RemoveRdsServerFromOrganizationCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
|
|
{
|
|
|
|
private object[] results;
|
|
|
|
internal RemoveRdsServerFromOrganizationCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
base(exception, cancelled, userState)
|
|
{
|
|
this.results = results;
|
|
}
|
|
|
|
/// <remarks/>
|
|
public ResultObject Result
|
|
{
|
|
get
|
|
{
|
|
this.RaiseExceptionIfNecessary();
|
|
return ((ResultObject)(this.results[0]));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
public delegate void UpdateRdsServerCompletedEventHandler(object sender, UpdateRdsServerCompletedEventArgs e);
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class UpdateRdsServerCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
|
|
{
|
|
|
|
private object[] results;
|
|
|
|
internal UpdateRdsServerCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
base(exception, cancelled, userState)
|
|
{
|
|
this.results = results;
|
|
}
|
|
|
|
/// <remarks/>
|
|
public ResultObject Result
|
|
{
|
|
get
|
|
{
|
|
this.RaiseExceptionIfNecessary();
|
|
return ((ResultObject)(this.results[0]));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
public delegate void GetRdsCollectionUsersCompletedEventHandler(object sender, GetRdsCollectionUsersCompletedEventArgs e);
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class GetRdsCollectionUsersCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
|
|
{
|
|
|
|
private object[] results;
|
|
|
|
internal GetRdsCollectionUsersCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
base(exception, cancelled, userState)
|
|
{
|
|
this.results = results;
|
|
}
|
|
|
|
/// <remarks/>
|
|
public OrganizationUser[] Result
|
|
{
|
|
get
|
|
{
|
|
this.RaiseExceptionIfNecessary();
|
|
return ((OrganizationUser[])(this.results[0]));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
public delegate void SetUsersToRdsCollectionCompletedEventHandler(object sender, SetUsersToRdsCollectionCompletedEventArgs e);
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class SetUsersToRdsCollectionCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
|
|
{
|
|
|
|
private object[] results;
|
|
|
|
internal SetUsersToRdsCollectionCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
base(exception, cancelled, userState)
|
|
{
|
|
this.results = results;
|
|
}
|
|
|
|
/// <remarks/>
|
|
public ResultObject Result
|
|
{
|
|
get
|
|
{
|
|
this.RaiseExceptionIfNecessary();
|
|
return ((ResultObject)(this.results[0]));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
public delegate void GetCollectionRemoteApplicationsCompletedEventHandler(object sender, GetCollectionRemoteApplicationsCompletedEventArgs e);
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class GetCollectionRemoteApplicationsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
|
|
{
|
|
|
|
private object[] results;
|
|
|
|
internal GetCollectionRemoteApplicationsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
base(exception, cancelled, userState)
|
|
{
|
|
this.results = results;
|
|
}
|
|
|
|
/// <remarks/>
|
|
public RemoteApplication[] Result
|
|
{
|
|
get
|
|
{
|
|
this.RaiseExceptionIfNecessary();
|
|
return ((RemoteApplication[])(this.results[0]));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
public delegate void GetAvailableRemoteApplicationsCompletedEventHandler(object sender, GetAvailableRemoteApplicationsCompletedEventArgs e);
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class GetAvailableRemoteApplicationsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
|
|
{
|
|
|
|
private object[] results;
|
|
|
|
internal GetAvailableRemoteApplicationsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
base(exception, cancelled, userState)
|
|
{
|
|
this.results = results;
|
|
}
|
|
|
|
/// <remarks/>
|
|
public StartMenuApp[] Result
|
|
{
|
|
get
|
|
{
|
|
this.RaiseExceptionIfNecessary();
|
|
return ((StartMenuApp[])(this.results[0]));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
public delegate void AddRemoteApplicationToCollectionCompletedEventHandler(object sender, AddRemoteApplicationToCollectionCompletedEventArgs e);
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class AddRemoteApplicationToCollectionCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
|
|
{
|
|
|
|
private object[] results;
|
|
|
|
internal AddRemoteApplicationToCollectionCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
base(exception, cancelled, userState)
|
|
{
|
|
this.results = results;
|
|
}
|
|
|
|
/// <remarks/>
|
|
public ResultObject Result
|
|
{
|
|
get
|
|
{
|
|
this.RaiseExceptionIfNecessary();
|
|
return ((ResultObject)(this.results[0]));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
public delegate void RemoveRemoteApplicationFromCollectionCompletedEventHandler(object sender, RemoveRemoteApplicationFromCollectionCompletedEventArgs e);
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class RemoveRemoteApplicationFromCollectionCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
|
|
{
|
|
|
|
private object[] results;
|
|
|
|
internal RemoveRemoteApplicationFromCollectionCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
base(exception, cancelled, userState)
|
|
{
|
|
this.results = results;
|
|
}
|
|
|
|
/// <remarks/>
|
|
public ResultObject Result
|
|
{
|
|
get
|
|
{
|
|
this.RaiseExceptionIfNecessary();
|
|
return ((ResultObject)(this.results[0]));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
public delegate void SetRemoteApplicationsToRdsCollectionCompletedEventHandler(object sender, SetRemoteApplicationsToRdsCollectionCompletedEventArgs e);
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class SetRemoteApplicationsToRdsCollectionCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
|
|
{
|
|
|
|
private object[] results;
|
|
|
|
internal SetRemoteApplicationsToRdsCollectionCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
base(exception, cancelled, userState)
|
|
{
|
|
this.results = results;
|
|
}
|
|
|
|
/// <remarks/>
|
|
public ResultObject Result
|
|
{
|
|
get
|
|
{
|
|
this.RaiseExceptionIfNecessary();
|
|
return ((ResultObject)(this.results[0]));
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
public delegate void GetOrganizationRdsUsersCountCompletedEventHandler(object sender, GetOrganizationRdsUsersCountCompletedEventArgs e);
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class GetOrganizationRdsUsersCountCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
|
|
{
|
|
|
|
private object[] results;
|
|
|
|
internal GetOrganizationRdsUsersCountCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
base(exception, cancelled, userState)
|
|
{
|
|
this.results = results;
|
|
}
|
|
|
|
/// <remarks/>
|
|
public int Result
|
|
{
|
|
get
|
|
{
|
|
this.RaiseExceptionIfNecessary();
|
|
return ((int)(this.results[0]));
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|