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

            return((query_pending_cancellationResponse)(results[0]));
        }
Beispiel #2
0
 /// <remarks/>
 public void query_pending_cancellationAsync(query_pending_cancellation query_pending_cancellation1, object userState)
 {
     if ((this.query_pending_cancellationOperationCompleted == null))
     {
         this.query_pending_cancellationOperationCompleted = new System.Threading.SendOrPostCallback(this.Onquery_pending_cancellationOperationCompleted);
     }
     this.InvokeAsync("query_pending_cancellation", new object[] {
         query_pending_cancellation1
     }, this.query_pending_cancellationOperationCompleted, userState);
 }
Beispiel #3
0
 /// <remarks/>
 public void query_pending_cancellationAsync(query_pending_cancellation query_pending_cancellation1)
 {
     this.query_pending_cancellationAsync(query_pending_cancellation1, null);
 }