Пример #1
0
        public AddQuote_Output AddQuote([System.Xml.Serialization.XmlElementAttribute(Namespace = "http://siebel.com/CustomUI")] AddQuote_Input AddQuote_Input)
        {
            object[] results = this.Invoke("AddQuote", new object[] {
                AddQuote_Input
            });

            return((AddQuote_Output)(results[0]));
        }
Пример #2
0
 /// <remarks/>
 public void AddQuoteAsync(AddQuote_Input AddQuote_Input, object userState)
 {
     if ((this.AddQuoteOperationCompleted == null))
     {
         this.AddQuoteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAddQuoteOperationCompleted);
     }
     this.InvokeAsync("AddQuote", new object[] {
         AddQuote_Input
     }, this.AddQuoteOperationCompleted, userState);
 }
Пример #3
0
 /// <remarks/>
 public void AddQuoteAsync(AddQuote_Input AddQuote_Input)
 {
     this.AddQuoteAsync(AddQuote_Input, null);
 }