Ejemplo n.º 1
0
        public getquoteResult getquote([System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] getquoteInput arg0)
        {
            object[] results = this.Invoke("getquote", new object[] {
                arg0
            });

            return((getquoteResult)(results[0]));
        }
Ejemplo n.º 2
0
 /// <remarks/>
 public void getquoteAsync(getquoteInput arg0, object userState)
 {
     if ((this.getquoteOperationCompleted == null))
     {
         this.getquoteOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetquoteOperationCompleted);
     }
     this.InvokeAsync("getquote", new object[] {
         arg0
     }, this.getquoteOperationCompleted, userState);
 }
Ejemplo n.º 3
0
 /// <remarks/>
 public void getquoteAsync(getquoteInput arg0)
 {
     this.getquoteAsync(arg0, null);
 }