|
|
@ -1,7 +1,41 @@
|
|
|
|
|
|
|
|
// Copyright (c) 2015, 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
using WebsitePanel.Providers;
|
|
|
|
|
|
|
|
using WebsitePanel.Providers.Common;
|
|
|
|
|
|
|
|
using WebsitePanel.Providers.ResultObjects;
|
|
|
|
|
|
|
|
using WebsitePanel.Providers.HostedSolution;
|
|
|
|
|
|
|
|
using WebsitePanel.EnterpriseServer.Base.HostedSolution;
|
|
|
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
// <auto-generated>
|
|
|
|
// <auto-generated>
|
|
|
|
// This code was generated by a tool.
|
|
|
|
// This code was generated by a tool.
|
|
|
|
// Runtime Version:2.0.50727.7905
|
|
|
|
// Runtime Version:2.0.50727.5466
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
|
|
// the code is regenerated.
|
|
|
|
// the code is regenerated.
|
|
|
@ -9,7 +43,7 @@
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// This source code was auto-generated by wsdl, Version=2.0.50727.3038.
|
|
|
|
// This source code was auto-generated by wsdl, Version=2.0.50727.42.
|
|
|
|
//
|
|
|
|
//
|
|
|
|
namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
using System.Xml.Serialization;
|
|
|
|
using System.Xml.Serialization;
|
|
|
@ -19,16 +53,10 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
using System;
|
|
|
|
using System;
|
|
|
|
using System.Diagnostics;
|
|
|
|
using System.Diagnostics;
|
|
|
|
using System.Data;
|
|
|
|
using System.Data;
|
|
|
|
using WebsitePanel.Providers.HostedSolution;
|
|
|
|
|
|
|
|
using WebsitePanel.Providers.Common;
|
|
|
|
|
|
|
|
using WebsitePanel.EnterpriseServer.Base.HostedSolution;
|
|
|
|
|
|
|
|
using WebsitePanel.Providers.ResultObjects;
|
|
|
|
|
|
|
|
using WebsitePanel.Providers;
|
|
|
|
|
|
|
|
using WebsitePanel.Providers.Common;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.Web.Services.WebServiceBindingAttribute(Name="esOrganizationsSoap", Namespace="http://tempuri.org/")]
|
|
|
|
[System.Web.Services.WebServiceBindingAttribute(Name="esOrganizationsSoap", Namespace="http://tempuri.org/")]
|
|
|
@ -1504,7 +1532,8 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
string externalEmail,
|
|
|
|
string externalEmail,
|
|
|
|
string subscriberNumber,
|
|
|
|
string subscriberNumber,
|
|
|
|
int levelId,
|
|
|
|
int levelId,
|
|
|
|
bool isVIP) {
|
|
|
|
bool isVIP,
|
|
|
|
|
|
|
|
bool userMustChangePassword) {
|
|
|
|
object[] results = this.Invoke("SetUserGeneralSettings", new object[] {
|
|
|
|
object[] results = this.Invoke("SetUserGeneralSettings", new object[] {
|
|
|
|
itemId,
|
|
|
|
itemId,
|
|
|
|
accountId,
|
|
|
|
accountId,
|
|
|
@ -1536,7 +1565,8 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
externalEmail,
|
|
|
|
externalEmail,
|
|
|
|
subscriberNumber,
|
|
|
|
subscriberNumber,
|
|
|
|
levelId,
|
|
|
|
levelId,
|
|
|
|
isVIP});
|
|
|
|
isVIP,
|
|
|
|
|
|
|
|
userMustChangePassword});
|
|
|
|
return ((int)(results[0]));
|
|
|
|
return ((int)(results[0]));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -1573,6 +1603,7 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
string subscriberNumber,
|
|
|
|
string subscriberNumber,
|
|
|
|
int levelId,
|
|
|
|
int levelId,
|
|
|
|
bool isVIP,
|
|
|
|
bool isVIP,
|
|
|
|
|
|
|
|
bool userMustChangePassword,
|
|
|
|
System.AsyncCallback callback,
|
|
|
|
System.AsyncCallback callback,
|
|
|
|
object asyncState) {
|
|
|
|
object asyncState) {
|
|
|
|
return this.BeginInvoke("SetUserGeneralSettings", new object[] {
|
|
|
|
return this.BeginInvoke("SetUserGeneralSettings", new object[] {
|
|
|
@ -1606,7 +1637,8 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
externalEmail,
|
|
|
|
externalEmail,
|
|
|
|
subscriberNumber,
|
|
|
|
subscriberNumber,
|
|
|
|
levelId,
|
|
|
|
levelId,
|
|
|
|
isVIP}, callback, asyncState);
|
|
|
|
isVIP,
|
|
|
|
|
|
|
|
userMustChangePassword}, callback, asyncState);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
@ -1647,8 +1679,9 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
string externalEmail,
|
|
|
|
string externalEmail,
|
|
|
|
string subscriberNumber,
|
|
|
|
string subscriberNumber,
|
|
|
|
int levelId,
|
|
|
|
int levelId,
|
|
|
|
bool isVIP) {
|
|
|
|
bool isVIP,
|
|
|
|
this.SetUserGeneralSettingsAsync(itemId, accountId, displayName, password, hideAddressBook, disabled, locked, firstName, initials, lastName, address, city, state, zip, country, jobTitle, company, department, office, managerAccountName, businessPhone, fax, homePhone, mobilePhone, pager, webPage, notes, externalEmail, subscriberNumber, levelId, isVIP, null);
|
|
|
|
bool userMustChangePassword) {
|
|
|
|
|
|
|
|
this.SetUserGeneralSettingsAsync(itemId, accountId, displayName, password, hideAddressBook, disabled, locked, firstName, initials, lastName, address, city, state, zip, country, jobTitle, company, department, office, managerAccountName, businessPhone, fax, homePhone, mobilePhone, pager, webPage, notes, externalEmail, subscriberNumber, levelId, isVIP, userMustChangePassword, null);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
@ -1684,6 +1717,7 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
string subscriberNumber,
|
|
|
|
string subscriberNumber,
|
|
|
|
int levelId,
|
|
|
|
int levelId,
|
|
|
|
bool isVIP,
|
|
|
|
bool isVIP,
|
|
|
|
|
|
|
|
bool userMustChangePassword,
|
|
|
|
object userState) {
|
|
|
|
object userState) {
|
|
|
|
if ((this.SetUserGeneralSettingsOperationCompleted == null)) {
|
|
|
|
if ((this.SetUserGeneralSettingsOperationCompleted == null)) {
|
|
|
|
this.SetUserGeneralSettingsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSetUserGeneralSettingsOperationCompleted);
|
|
|
|
this.SetUserGeneralSettingsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSetUserGeneralSettingsOperationCompleted);
|
|
|
@ -1719,7 +1753,8 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
externalEmail,
|
|
|
|
externalEmail,
|
|
|
|
subscriberNumber,
|
|
|
|
subscriberNumber,
|
|
|
|
levelId,
|
|
|
|
levelId,
|
|
|
|
isVIP}, this.SetUserGeneralSettingsOperationCompleted, userState);
|
|
|
|
isVIP,
|
|
|
|
|
|
|
|
userMustChangePassword}, this.SetUserGeneralSettingsOperationCompleted, userState);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
private void OnSetUserGeneralSettingsOperationCompleted(object arg) {
|
|
|
|
private void OnSetUserGeneralSettingsOperationCompleted(object arg) {
|
|
|
@ -2876,11 +2911,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void CheckOrgIdExistsCompletedEventHandler(object sender, CheckOrgIdExistsCompletedEventArgs e);
|
|
|
|
public delegate void CheckOrgIdExistsCompletedEventHandler(object sender, CheckOrgIdExistsCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class CheckOrgIdExistsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class CheckOrgIdExistsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -2902,11 +2937,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void CreateOrganizationCompletedEventHandler(object sender, CreateOrganizationCompletedEventArgs e);
|
|
|
|
public delegate void CreateOrganizationCompletedEventHandler(object sender, CreateOrganizationCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class CreateOrganizationCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class CreateOrganizationCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -2928,11 +2963,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void GetRawOrganizationsPagedCompletedEventHandler(object sender, GetRawOrganizationsPagedCompletedEventArgs e);
|
|
|
|
public delegate void GetRawOrganizationsPagedCompletedEventHandler(object sender, GetRawOrganizationsPagedCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class GetRawOrganizationsPagedCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class GetRawOrganizationsPagedCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -2954,11 +2989,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void GetOrganizationsCompletedEventHandler(object sender, GetOrganizationsCompletedEventArgs e);
|
|
|
|
public delegate void GetOrganizationsCompletedEventHandler(object sender, GetOrganizationsCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class GetOrganizationsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class GetOrganizationsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -2980,11 +3015,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void GetOrganizationByIdCompletedEventHandler(object sender, GetOrganizationByIdCompletedEventArgs e);
|
|
|
|
public delegate void GetOrganizationByIdCompletedEventHandler(object sender, GetOrganizationByIdCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class GetOrganizationByIdCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class GetOrganizationByIdCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -3006,11 +3041,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void GetOrganizationUserSummuryLetterCompletedEventHandler(object sender, GetOrganizationUserSummuryLetterCompletedEventArgs e);
|
|
|
|
public delegate void GetOrganizationUserSummuryLetterCompletedEventHandler(object sender, GetOrganizationUserSummuryLetterCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class GetOrganizationUserSummuryLetterCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class GetOrganizationUserSummuryLetterCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -3032,11 +3067,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void SendOrganizationUserSummuryLetterCompletedEventHandler(object sender, SendOrganizationUserSummuryLetterCompletedEventArgs e);
|
|
|
|
public delegate void SendOrganizationUserSummuryLetterCompletedEventHandler(object sender, SendOrganizationUserSummuryLetterCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class SendOrganizationUserSummuryLetterCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class SendOrganizationUserSummuryLetterCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -3058,11 +3093,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void DeleteOrganizationCompletedEventHandler(object sender, DeleteOrganizationCompletedEventArgs e);
|
|
|
|
public delegate void DeleteOrganizationCompletedEventHandler(object sender, DeleteOrganizationCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class DeleteOrganizationCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class DeleteOrganizationCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -3084,11 +3119,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void GetOrganizationStatisticsCompletedEventHandler(object sender, GetOrganizationStatisticsCompletedEventArgs e);
|
|
|
|
public delegate void GetOrganizationStatisticsCompletedEventHandler(object sender, GetOrganizationStatisticsCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class GetOrganizationStatisticsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class GetOrganizationStatisticsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -3110,11 +3145,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void GetOrganizationStatisticsByOrganizationCompletedEventHandler(object sender, GetOrganizationStatisticsByOrganizationCompletedEventArgs e);
|
|
|
|
public delegate void GetOrganizationStatisticsByOrganizationCompletedEventHandler(object sender, GetOrganizationStatisticsByOrganizationCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class GetOrganizationStatisticsByOrganizationCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class GetOrganizationStatisticsByOrganizationCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -3136,11 +3171,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void GetOrganizationCompletedEventHandler(object sender, GetOrganizationCompletedEventArgs e);
|
|
|
|
public delegate void GetOrganizationCompletedEventHandler(object sender, GetOrganizationCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class GetOrganizationCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class GetOrganizationCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -3162,11 +3197,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void GetAccountIdByUserPrincipalNameCompletedEventHandler(object sender, GetAccountIdByUserPrincipalNameCompletedEventArgs e);
|
|
|
|
public delegate void GetAccountIdByUserPrincipalNameCompletedEventHandler(object sender, GetAccountIdByUserPrincipalNameCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class GetAccountIdByUserPrincipalNameCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class GetAccountIdByUserPrincipalNameCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -3188,15 +3223,15 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void SetDefaultOrganizationCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
|
|
|
|
public delegate void SetDefaultOrganizationCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void AddOrganizationDomainCompletedEventHandler(object sender, AddOrganizationDomainCompletedEventArgs e);
|
|
|
|
public delegate void AddOrganizationDomainCompletedEventHandler(object sender, AddOrganizationDomainCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class AddOrganizationDomainCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class AddOrganizationDomainCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -3218,11 +3253,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void ChangeOrganizationDomainTypeCompletedEventHandler(object sender, ChangeOrganizationDomainTypeCompletedEventArgs e);
|
|
|
|
public delegate void ChangeOrganizationDomainTypeCompletedEventHandler(object sender, ChangeOrganizationDomainTypeCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class ChangeOrganizationDomainTypeCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class ChangeOrganizationDomainTypeCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -3244,11 +3279,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void GetOrganizationDomainsCompletedEventHandler(object sender, GetOrganizationDomainsCompletedEventArgs e);
|
|
|
|
public delegate void GetOrganizationDomainsCompletedEventHandler(object sender, GetOrganizationDomainsCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class GetOrganizationDomainsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class GetOrganizationDomainsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -3270,11 +3305,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void DeleteOrganizationDomainCompletedEventHandler(object sender, DeleteOrganizationDomainCompletedEventArgs e);
|
|
|
|
public delegate void DeleteOrganizationDomainCompletedEventHandler(object sender, DeleteOrganizationDomainCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class DeleteOrganizationDomainCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class DeleteOrganizationDomainCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -3296,11 +3331,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void SetOrganizationDefaultDomainCompletedEventHandler(object sender, SetOrganizationDefaultDomainCompletedEventArgs e);
|
|
|
|
public delegate void SetOrganizationDefaultDomainCompletedEventHandler(object sender, SetOrganizationDefaultDomainCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class SetOrganizationDefaultDomainCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class SetOrganizationDefaultDomainCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -3322,11 +3357,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void GetOrganizationObjectsByDomainCompletedEventHandler(object sender, GetOrganizationObjectsByDomainCompletedEventArgs e);
|
|
|
|
public delegate void GetOrganizationObjectsByDomainCompletedEventHandler(object sender, GetOrganizationObjectsByDomainCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class GetOrganizationObjectsByDomainCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class GetOrganizationObjectsByDomainCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -3348,11 +3383,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void CheckDomainUsedByHostedOrganizationCompletedEventHandler(object sender, CheckDomainUsedByHostedOrganizationCompletedEventArgs e);
|
|
|
|
public delegate void CheckDomainUsedByHostedOrganizationCompletedEventHandler(object sender, CheckDomainUsedByHostedOrganizationCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class CheckDomainUsedByHostedOrganizationCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class CheckDomainUsedByHostedOrganizationCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -3374,11 +3409,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void CreateUserCompletedEventHandler(object sender, CreateUserCompletedEventArgs e);
|
|
|
|
public delegate void CreateUserCompletedEventHandler(object sender, CreateUserCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class CreateUserCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class CreateUserCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -3400,11 +3435,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void ImportUserCompletedEventHandler(object sender, ImportUserCompletedEventArgs e);
|
|
|
|
public delegate void ImportUserCompletedEventHandler(object sender, ImportUserCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class ImportUserCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class ImportUserCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -3426,11 +3461,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void GetOrganizationDeletedUsersPagedCompletedEventHandler(object sender, GetOrganizationDeletedUsersPagedCompletedEventArgs e);
|
|
|
|
public delegate void GetOrganizationDeletedUsersPagedCompletedEventHandler(object sender, GetOrganizationDeletedUsersPagedCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class GetOrganizationDeletedUsersPagedCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class GetOrganizationDeletedUsersPagedCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -3452,11 +3487,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void GetOrganizationUsersPagedCompletedEventHandler(object sender, GetOrganizationUsersPagedCompletedEventArgs e);
|
|
|
|
public delegate void GetOrganizationUsersPagedCompletedEventHandler(object sender, GetOrganizationUsersPagedCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class GetOrganizationUsersPagedCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class GetOrganizationUsersPagedCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -3478,11 +3513,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void GetUserGeneralSettingsCompletedEventHandler(object sender, GetUserGeneralSettingsCompletedEventArgs e);
|
|
|
|
public delegate void GetUserGeneralSettingsCompletedEventHandler(object sender, GetUserGeneralSettingsCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class GetUserGeneralSettingsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class GetUserGeneralSettingsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -3504,11 +3539,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void SetUserGeneralSettingsCompletedEventHandler(object sender, SetUserGeneralSettingsCompletedEventArgs e);
|
|
|
|
public delegate void SetUserGeneralSettingsCompletedEventHandler(object sender, SetUserGeneralSettingsCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class SetUserGeneralSettingsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class SetUserGeneralSettingsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -3530,11 +3565,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void SetUserPrincipalNameCompletedEventHandler(object sender, SetUserPrincipalNameCompletedEventArgs e);
|
|
|
|
public delegate void SetUserPrincipalNameCompletedEventHandler(object sender, SetUserPrincipalNameCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class SetUserPrincipalNameCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class SetUserPrincipalNameCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -3556,11 +3591,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void SetUserPasswordCompletedEventHandler(object sender, SetUserPasswordCompletedEventArgs e);
|
|
|
|
public delegate void SetUserPasswordCompletedEventHandler(object sender, SetUserPasswordCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class SetUserPasswordCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class SetUserPasswordCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -3582,11 +3617,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void SearchAccountsCompletedEventHandler(object sender, SearchAccountsCompletedEventArgs e);
|
|
|
|
public delegate void SearchAccountsCompletedEventHandler(object sender, SearchAccountsCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class SearchAccountsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class SearchAccountsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -3608,11 +3643,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void SetDeletedUserCompletedEventHandler(object sender, SetDeletedUserCompletedEventArgs e);
|
|
|
|
public delegate void SetDeletedUserCompletedEventHandler(object sender, SetDeletedUserCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class SetDeletedUserCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class SetDeletedUserCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -3634,11 +3669,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void GetArchiveFileBinaryChunkCompletedEventHandler(object sender, GetArchiveFileBinaryChunkCompletedEventArgs e);
|
|
|
|
public delegate void GetArchiveFileBinaryChunkCompletedEventHandler(object sender, GetArchiveFileBinaryChunkCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class GetArchiveFileBinaryChunkCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class GetArchiveFileBinaryChunkCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -3660,11 +3695,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void DeleteUserCompletedEventHandler(object sender, DeleteUserCompletedEventArgs e);
|
|
|
|
public delegate void DeleteUserCompletedEventHandler(object sender, DeleteUserCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class DeleteUserCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class DeleteUserCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -3686,11 +3721,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void GetPasswordPolicyCompletedEventHandler(object sender, GetPasswordPolicyCompletedEventArgs e);
|
|
|
|
public delegate void GetPasswordPolicyCompletedEventHandler(object sender, GetPasswordPolicyCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class GetPasswordPolicyCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class GetPasswordPolicyCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -3712,11 +3747,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void CreateSecurityGroupCompletedEventHandler(object sender, CreateSecurityGroupCompletedEventArgs e);
|
|
|
|
public delegate void CreateSecurityGroupCompletedEventHandler(object sender, CreateSecurityGroupCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class CreateSecurityGroupCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class CreateSecurityGroupCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -3738,11 +3773,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void GetSecurityGroupGeneralSettingsCompletedEventHandler(object sender, GetSecurityGroupGeneralSettingsCompletedEventArgs e);
|
|
|
|
public delegate void GetSecurityGroupGeneralSettingsCompletedEventHandler(object sender, GetSecurityGroupGeneralSettingsCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class GetSecurityGroupGeneralSettingsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class GetSecurityGroupGeneralSettingsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -3764,11 +3799,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void DeleteSecurityGroupCompletedEventHandler(object sender, DeleteSecurityGroupCompletedEventArgs e);
|
|
|
|
public delegate void DeleteSecurityGroupCompletedEventHandler(object sender, DeleteSecurityGroupCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class DeleteSecurityGroupCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class DeleteSecurityGroupCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -3790,11 +3825,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void SetSecurityGroupGeneralSettingsCompletedEventHandler(object sender, SetSecurityGroupGeneralSettingsCompletedEventArgs e);
|
|
|
|
public delegate void SetSecurityGroupGeneralSettingsCompletedEventHandler(object sender, SetSecurityGroupGeneralSettingsCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class SetSecurityGroupGeneralSettingsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class SetSecurityGroupGeneralSettingsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -3816,11 +3851,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void GetOrganizationSecurityGroupsPagedCompletedEventHandler(object sender, GetOrganizationSecurityGroupsPagedCompletedEventArgs e);
|
|
|
|
public delegate void GetOrganizationSecurityGroupsPagedCompletedEventHandler(object sender, GetOrganizationSecurityGroupsPagedCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class GetOrganizationSecurityGroupsPagedCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class GetOrganizationSecurityGroupsPagedCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -3842,11 +3877,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void AddObjectToSecurityGroupCompletedEventHandler(object sender, AddObjectToSecurityGroupCompletedEventArgs e);
|
|
|
|
public delegate void AddObjectToSecurityGroupCompletedEventHandler(object sender, AddObjectToSecurityGroupCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class AddObjectToSecurityGroupCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class AddObjectToSecurityGroupCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -3868,11 +3903,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void DeleteObjectFromSecurityGroupCompletedEventHandler(object sender, DeleteObjectFromSecurityGroupCompletedEventArgs e);
|
|
|
|
public delegate void DeleteObjectFromSecurityGroupCompletedEventHandler(object sender, DeleteObjectFromSecurityGroupCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class DeleteObjectFromSecurityGroupCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class DeleteObjectFromSecurityGroupCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -3894,11 +3929,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void GetSecurityGroupsByMemberCompletedEventHandler(object sender, GetSecurityGroupsByMemberCompletedEventArgs e);
|
|
|
|
public delegate void GetSecurityGroupsByMemberCompletedEventHandler(object sender, GetSecurityGroupsByMemberCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class GetSecurityGroupsByMemberCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class GetSecurityGroupsByMemberCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -3920,11 +3955,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void SearchOrganizationAccountsCompletedEventHandler(object sender, SearchOrganizationAccountsCompletedEventArgs e);
|
|
|
|
public delegate void SearchOrganizationAccountsCompletedEventHandler(object sender, SearchOrganizationAccountsCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class SearchOrganizationAccountsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class SearchOrganizationAccountsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -3946,11 +3981,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void GetAdditionalGroupsCompletedEventHandler(object sender, GetAdditionalGroupsCompletedEventArgs e);
|
|
|
|
public delegate void GetAdditionalGroupsCompletedEventHandler(object sender, GetAdditionalGroupsCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class GetAdditionalGroupsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class GetAdditionalGroupsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -3972,19 +4007,19 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void UpdateAdditionalGroupCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
|
|
|
|
public delegate void UpdateAdditionalGroupCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void DeleteAdditionalGroupCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
|
|
|
|
public delegate void DeleteAdditionalGroupCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void AddAdditionalGroupCompletedEventHandler(object sender, AddAdditionalGroupCompletedEventArgs e);
|
|
|
|
public delegate void AddAdditionalGroupCompletedEventHandler(object sender, AddAdditionalGroupCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class AddAdditionalGroupCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class AddAdditionalGroupCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -4006,11 +4041,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void GetSupportServiceLevelsCompletedEventHandler(object sender, GetSupportServiceLevelsCompletedEventArgs e);
|
|
|
|
public delegate void GetSupportServiceLevelsCompletedEventHandler(object sender, GetSupportServiceLevelsCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class GetSupportServiceLevelsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class GetSupportServiceLevelsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -4032,15 +4067,15 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void UpdateSupportServiceLevelCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
|
|
|
|
public delegate void UpdateSupportServiceLevelCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void DeleteSupportServiceLevelCompletedEventHandler(object sender, DeleteSupportServiceLevelCompletedEventArgs e);
|
|
|
|
public delegate void DeleteSupportServiceLevelCompletedEventHandler(object sender, DeleteSupportServiceLevelCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class DeleteSupportServiceLevelCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class DeleteSupportServiceLevelCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -4062,11 +4097,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void AddSupportServiceLevelCompletedEventHandler(object sender, AddSupportServiceLevelCompletedEventArgs e);
|
|
|
|
public delegate void AddSupportServiceLevelCompletedEventHandler(object sender, AddSupportServiceLevelCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class AddSupportServiceLevelCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class AddSupportServiceLevelCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
@ -4088,11 +4123,11 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
public delegate void GetSupportServiceLevelCompletedEventHandler(object sender, GetSupportServiceLevelCompletedEventArgs e);
|
|
|
|
public delegate void GetSupportServiceLevelCompletedEventHandler(object sender, GetSupportServiceLevelCompletedEventArgs e);
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class GetSupportServiceLevelCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
public partial class GetSupportServiceLevelCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|