Exemplo n.º 1
0
 private object[] OnEndConsultar_Pedido(System.IAsyncResult result)
 {
     CYLTRACK_PHONE.PedidoService.PedidoBE retVal = ((CYLTRACK_PHONE.PedidoService.IPedidoService)(this)).EndConsultar_Pedido(result);
     return(new object[] {
         retVal
     });
 }
Exemplo n.º 2
0
 public System.IAsyncResult BeginCancelar_Pedido(CYLTRACK_PHONE.PedidoService.PedidoBE pedido, System.AsyncCallback callback, object asyncState)
 {
     object[] _args = new object[1];
     _args[0] = pedido;
     System.IAsyncResult _result = base.BeginInvoke("Cancelar_Pedido", _args, callback, asyncState);
     return(_result);
 }
Exemplo n.º 3
0
 public void Cancelar_PedidoAsync(CYLTRACK_PHONE.PedidoService.PedidoBE pedido, object userState)
 {
     if ((this.onBeginCancelar_PedidoDelegate == null))
     {
         this.onBeginCancelar_PedidoDelegate = new BeginOperationDelegate(this.OnBeginCancelar_Pedido);
     }
     if ((this.onEndCancelar_PedidoDelegate == null))
     {
         this.onEndCancelar_PedidoDelegate = new EndOperationDelegate(this.OnEndCancelar_Pedido);
     }
     if ((this.onCancelar_PedidoCompletedDelegate == null))
     {
         this.onCancelar_PedidoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnCancelar_PedidoCompleted);
     }
     base.InvokeAsync(this.onBeginCancelar_PedidoDelegate, new object[] {
         pedido
     }, this.onEndCancelar_PedidoDelegate, this.onCancelar_PedidoCompletedDelegate, userState);
 }
Exemplo n.º 4
0
 public CYLTRACK_PHONE.PedidoService.PedidoBE EndConsultar_Pedido(System.IAsyncResult result)
 {
     object[] _args = new object[0];
     CYLTRACK_PHONE.PedidoService.PedidoBE _result = ((CYLTRACK_PHONE.PedidoService.PedidoBE)(base.EndInvoke("Consultar_Pedido", _args, result)));
     return(_result);
 }
Exemplo n.º 5
0
 public void Cancelar_PedidoAsync(CYLTRACK_PHONE.PedidoService.PedidoBE pedido)
 {
     this.Cancelar_PedidoAsync(pedido, null);
 }
Exemplo n.º 6
0
 private System.IAsyncResult OnBeginCancelar_Pedido(object[] inValues, System.AsyncCallback callback, object asyncState)
 {
     CYLTRACK_PHONE.PedidoService.PedidoBE pedido = ((CYLTRACK_PHONE.PedidoService.PedidoBE)(inValues[0]));
     return(((CYLTRACK_PHONE.PedidoService.IPedidoService)(this)).BeginCancelar_Pedido(pedido, callback, asyncState));
 }
Exemplo n.º 7
0
 System.IAsyncResult CYLTRACK_PHONE.PedidoService.IPedidoService.BeginCancelar_Pedido(CYLTRACK_PHONE.PedidoService.PedidoBE pedido, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BeginCancelar_Pedido(pedido, callback, asyncState));
 }
Exemplo n.º 8
0
 public void Modificar_PedidoAsync(CYLTRACK_PHONE.PedidoService.PedidoBE pedido)
 {
     this.Modificar_PedidoAsync(pedido, null);
 }
Exemplo n.º 9
0
 public void Registrar_PedidoAsync(CYLTRACK_PHONE.PedidoService.PedidoBE pedido)
 {
     this.Registrar_PedidoAsync(pedido, null);
 }