Esempio n. 1
0
        public AddAccount_Output AddAccount([System.Xml.Serialization.XmlElementAttribute(Namespace = "http://siebel.com/CustomUI")] AddAccount_Input AddAccount_Input)
        {
            object[] results = this.Invoke("AddAccount", new object[] {
                AddAccount_Input
            });

            return((AddAccount_Output)(results[0]));
        }
Esempio n. 2
0
 /// <remarks/>
 public void AddAccountAsync(AddAccount_Input AddAccount_Input, object userState)
 {
     if ((this.AddAccountOperationCompleted == null))
     {
         this.AddAccountOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAddAccountOperationCompleted);
     }
     this.InvokeAsync("AddAccount", new object[] {
         AddAccount_Input
     }, this.AddAccountOperationCompleted, userState);
 }
Esempio n. 3
0
 /// <remarks/>
 public void AddAccountAsync(AddAccount_Input AddAccount_Input)
 {
     this.AddAccountAsync(AddAccount_Input, null);
 }