Esempio n. 1
0
        public cancelResponse cancel([System.Xml.Serialization.XmlElementAttribute("cancel", Namespace = "https://timbrador.cepdi.mx:8443/WSProduccion/WS?WSDL")] cancel cancel1)
        {
            object[] results = this.Invoke("cancel", new object[] {
                cancel1
            });

            return((cancelResponse)(results[0]));
        }
Esempio n. 2
0
 /// <remarks/>
 public void cancelAsync(cancel cancel1, object userState)
 {
     if ((this.cancelOperationCompleted == null))
     {
         this.cancelOperationCompleted = new System.Threading.SendOrPostCallback(this.OncancelOperationCompleted);
     }
     this.InvokeAsync("cancel", new object[] {
         cancel1
     }, this.cancelOperationCompleted, userState);
 }
Esempio n. 3
0
 /// <remarks/>
 public void cancelAsync(cancel cancel1)
 {
     this.cancelAsync(cancel1, null);
 }