Ejemplo n.º 1
0
 /// <remarks/>
 public void CallTT034E00Async(TT034E00_EREQ _EREQ, TT034E00_ELIST _ELIST, object userState)
 {
     if ((this.CallTT034E00OperationCompleted == null))
     {
         this.CallTT034E00OperationCompleted = new System.Threading.SendOrPostCallback(this.OnCallTT034E00OperationCompleted);
     }
     this.InvokeAsync("CallTT034E00", new object[] {
         _EREQ,
         _ELIST
     }, this.CallTT034E00OperationCompleted, userState);
 }
Ejemplo n.º 2
0
        public TT034E00Response_SMA CallTT034E00([System.Xml.Serialization.XmlElementAttribute("_E-REQ", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] TT034E00_EREQ _EREQ, [System.Xml.Serialization.XmlElementAttribute("_E-LIST", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] TT034E00_ELIST _ELIST, [System.Xml.Serialization.XmlElementAttribute("_E-REQ", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] out TT034E00Response_EREQ _EREQ1, [System.Xml.Serialization.XmlElementAttribute("_E-LIST", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] out TT034E00Response_ELIST _ELIST1)
        {
            object[] results = this.Invoke("CallTT034E00", new object[] {
                _EREQ,
                _ELIST
            });

            _EREQ1  = ((TT034E00Response_EREQ)(results[1]));
            _ELIST1 = ((TT034E00Response_ELIST)(results[2]));
            return((TT034E00Response_SMA)(results[0]));
        }
Ejemplo n.º 3
0
 /// <remarks/>
 public void CallTT034E00Async(TT034E00_EREQ _EREQ, TT034E00_ELIST _ELIST)
 {
     this.CallTT034E00Async(_EREQ, _ELIST, null);
 }