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

            return((UpdAccount_Output)(results[0]));
        }
Esempio n. 2
0
 /// <remarks/>
 public void UpdAccountAsync(UpdAccount_Input UpdAccount_Input, object userState)
 {
     if ((this.UpdAccountOperationCompleted == null))
     {
         this.UpdAccountOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdAccountOperationCompleted);
     }
     this.InvokeAsync("UpdAccount", new object[] {
         UpdAccount_Input
     }, this.UpdAccountOperationCompleted, userState);
 }
Esempio n. 3
0
 /// <remarks/>
 public void UpdAccountAsync(UpdAccount_Input UpdAccount_Input)
 {
     this.UpdAccountAsync(UpdAccount_Input, null);
 }