示例#1
0
        public cancel64Response cancel64([System.Xml.Serialization.XmlElementAttribute("cancel64", Namespace = "https://timbrador.cepdi.mx:8443/WSProduccion/WS?WSDL")] cancel64 cancel641)
        {
            object[] results = this.Invoke("cancel64", new object[] {
                cancel641
            });

            return((cancel64Response)(results[0]));
        }
示例#2
0
 /// <remarks/>
 public void cancel64Async(cancel64 cancel641, object userState)
 {
     if ((this.cancel64OperationCompleted == null))
     {
         this.cancel64OperationCompleted = new System.Threading.SendOrPostCallback(this.Oncancel64OperationCompleted);
     }
     this.InvokeAsync("cancel64", new object[] {
         cancel641
     }, this.cancel64OperationCompleted, userState);
 }
示例#3
0
 /// <remarks/>
 public void cancel64Async(cancel64 cancel641)
 {
     this.cancel64Async(cancel641, null);
 }