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

            return((AddAction_Output)(results[0]));
        }
Example #2
0
 /// <remarks/>
 public void AddActionAsync(AddAction_Input AddAction_Input, object userState)
 {
     if ((this.AddActionOperationCompleted == null))
     {
         this.AddActionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAddActionOperationCompleted);
     }
     this.InvokeAsync("AddAction", new object[] {
         AddAction_Input
     }, this.AddActionOperationCompleted, userState);
 }
Example #3
0
 /// <remarks/>
 public void AddActionAsync(AddAction_Input AddAction_Input)
 {
     this.AddActionAsync(AddAction_Input, null);
 }