Exemplo n.º 1
0
 public MENSAJERES_Type Envio_Resumen_Carga(CABECERA_Type cabecera, DATOS_Type datosWC)
 {
     object[] results = this.Invoke("Envio_Resumen_Carga", new object[] {
         cabecera,
         datosWC
     });
     return((MENSAJERES_Type)(results[0]));
 }
Exemplo n.º 2
0
 public MENSAJERES_Type Error_Validacion(CABECERA_Type cabecera, DATOS_Type datosWC)
 {
     object[] results = this.Invoke("Error_Validacion", new object[] {
         cabecera,
         datosWC
     });
     return((MENSAJERES_Type)(results[0]));
 }
Exemplo n.º 3
0
 /// <remarks/>
 public void Error_ValidacionAsync(CABECERA_Type cabecera, DATOS_Type datosWC, object userState)
 {
     if ((this.Error_ValidacionOperationCompleted == null))
     {
         this.Error_ValidacionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnError_ValidacionOperationCompleted);
     }
     this.InvokeAsync("Error_Validacion", new object[] {
         cabecera,
         datosWC
     }, this.Error_ValidacionOperationCompleted, userState);
 }
Exemplo n.º 4
0
 /// <remarks/>
 public void Envio_Resumen_CargaAsync(CABECERA_Type cabecera, DATOS_Type datosWC, object userState)
 {
     if ((this.Envio_Resumen_CargaOperationCompleted == null))
     {
         this.Envio_Resumen_CargaOperationCompleted = new System.Threading.SendOrPostCallback(this.OnEnvio_Resumen_CargaOperationCompleted);
     }
     this.InvokeAsync("Envio_Resumen_Carga", new object[] {
         cabecera,
         datosWC
     }, this.Envio_Resumen_CargaOperationCompleted, userState);
 }
Exemplo n.º 5
0
 /// <remarks/>
 public void Envio_Resumen_CargaAsync(CABECERA_Type cabecera, DATOS_Type datosWC)
 {
     this.Envio_Resumen_CargaAsync(cabecera, datosWC, null);
 }
Exemplo n.º 6
0
 /// <remarks/>
 public void Error_ValidacionAsync(CABECERA_Type cabecera, DATOS_Type datosWC)
 {
     this.Error_ValidacionAsync(cabecera, datosWC, null);
 }