Exemplo n.º 1
0
 /// <remarks/>
 public void runServiceAsync(OperationData opData, Entrada_CECL0TL eEntrada, object userState)
 {
     if ((this.runServiceOperationCompleted == null))
     {
         this.runServiceOperationCompleted = new System.Threading.SendOrPostCallback(this.OnrunServiceOperationCompleted);
     }
     this.InvokeAsync("runService", new object[] {
         opData,
         eEntrada
     }, this.runServiceOperationCompleted, userState);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void runServiceAsync(OperationData opData, Entrada_CECL0TL eEntrada)
 {
     this.runServiceAsync(opData, eEntrada, null);
 }
Exemplo n.º 3
0
        public Respuesta_CECL0TL runService([System.Xml.Serialization.XmlElementAttribute(IsNullable = true)] OperationData opData, [System.Xml.Serialization.XmlElementAttribute(IsNullable = true)] Entrada_CECL0TL eEntrada)
        {
            object[] results = this.Invoke("runService", new object[] {
                opData,
                eEntrada
            });

            return((Respuesta_CECL0TL)(results[0]));
        }