Example #1
0
        public UpdContact_Output UpdContact([System.Xml.Serialization.XmlElementAttribute(Namespace = "http://siebel.com/CustomUI")] UpdContact_Input UpdContact_Input)
        {
            object[] results = this.Invoke("UpdContact", new object[] {
                UpdContact_Input
            });

            return((UpdContact_Output)(results[0]));
        }
Example #2
0
 /// <remarks/>
 public void UpdContactAsync(UpdContact_Input UpdContact_Input, object userState)
 {
     if ((this.UpdContactOperationCompleted == null))
     {
         this.UpdContactOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdContactOperationCompleted);
     }
     this.InvokeAsync("UpdContact", new object[] {
         UpdContact_Input
     }, this.UpdContactOperationCompleted, userState);
 }
Example #3
0
 /// <remarks/>
 public void UpdContactAsync(UpdContact_Input UpdContact_Input)
 {
     this.UpdContactAsync(UpdContact_Input, null);
 }