Exemplo n.º 1
0
        public Respuesta getDatosWsDue(DatosWsDue Datos)
        {
            object[] results = this.Invoke("getDatosWsDue", new object[] {
                Datos
            });

            return((Respuesta)(results[0]));
        }
Exemplo n.º 2
0
 /// <remarks/>
 public void getDatosWsDueAsync(DatosWsDue Datos, object userState)
 {
     if ((this.getDatosWsDueOperationCompleted == null))
     {
         this.getDatosWsDueOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetDatosWsDueOperationCompleted);
     }
     this.InvokeAsync("getDatosWsDue", new object[] {
         Datos
     }, this.getDatosWsDueOperationCompleted, userState);
 }
Exemplo n.º 3
0
 /// <remarks/>
 public void getDatosWsDueAsync(DatosWsDue Datos)
 {
     this.getDatosWsDueAsync(Datos, null);
 }