Exemplo n.º 1
0
        public AddOppty_Output AddOppty([System.Xml.Serialization.XmlElementAttribute(Namespace = "http://siebel.com/CustomUI")] AddOppty_Input AddOppty_Input)
        {
            object[] results = this.Invoke("AddOppty", new object[] {
                AddOppty_Input
            });

            return((AddOppty_Output)(results[0]));
        }
Exemplo n.º 2
0
 /// <remarks/>
 public void AddOpptyAsync(AddOppty_Input AddOppty_Input, object userState)
 {
     if ((this.AddOpptyOperationCompleted == null))
     {
         this.AddOpptyOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAddOpptyOperationCompleted);
     }
     this.InvokeAsync("AddOppty", new object[] {
         AddOppty_Input
     }, this.AddOpptyOperationCompleted, userState);
 }
Exemplo n.º 3
0
 /// <remarks/>
 public void AddOpptyAsync(AddOppty_Input AddOppty_Input)
 {
     this.AddOpptyAsync(AddOppty_Input, null);
 }