Exemple #1
0
 /// <remarks/>
 public void CallTT028E00Async(TT028E00_SMA _SMA, TT028E00_ETOB _ETOB, TT028E00_EAMT _EAMT, object userState)
 {
     if ((this.CallTT028E00OperationCompleted == null))
     {
         this.CallTT028E00OperationCompleted = new System.Threading.SendOrPostCallback(this.OnCallTT028E00OperationCompleted);
     }
     this.InvokeAsync("CallTT028E00", new object[] {
         _SMA,
         _ETOB,
         _EAMT
     }, this.CallTT028E00OperationCompleted, userState);
 }
Exemple #2
0
 /// <remarks/>
 public void CallTT028E00Async(TT028E00_SMA _SMA, TT028E00_ETOB _ETOB, TT028E00_EAMT _EAMT)
 {
     this.CallTT028E00Async(_SMA, _ETOB, _EAMT, null);
 }
Exemple #3
0
        public TT028E00Response_SMA CallTT028E00([System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] TT028E00_SMA _SMA, [System.Xml.Serialization.XmlElementAttribute("_E-TOB", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] TT028E00_ETOB _ETOB, [System.Xml.Serialization.XmlElementAttribute("_E-AMT", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] TT028E00_EAMT _EAMT, [System.Xml.Serialization.XmlElementAttribute("_E-TOB", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] out TT028E00Response_ETOB _ETOB1, [System.Xml.Serialization.XmlElementAttribute("_E-AMT", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] out TT028E00Response_EAMT _EAMT1)
        {
            object[] results = this.Invoke("CallTT028E00", new object[] {
                _SMA,
                _ETOB,
                _EAMT
            });

            _ETOB1 = ((TT028E00Response_ETOB)(results[1]));
            _EAMT1 = ((TT028E00Response_EAMT)(results[2]));
            return((TT028E00Response_SMA)(results[0]));
        }