コード例 #1
0
        public Respuesta getDatosWsDue(DatosWsDue Datos)
        {
            object[] results = this.Invoke("getDatosWsDue", new object[] {
                Datos
            });

            return((Respuesta)(results[0]));
        }
コード例 #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);
 }
コード例 #3
0
 /// <remarks/>
 public void getDatosWsDueAsync(DatosWsDue Datos)
 {
     this.getDatosWsDueAsync(Datos, null);
 }