Exemple #1
0
 /// <remarks/>
 public void CallTT022E00Async(TT022E00_SMA _SMA, TT022E00_EMI _EMI, TT022E00_ETA _ETA, object userState)
 {
     if ((this.CallTT022E00OperationCompleted == null))
     {
         this.CallTT022E00OperationCompleted = new System.Threading.SendOrPostCallback(this.OnCallTT022E00OperationCompleted);
     }
     this.InvokeAsync("CallTT022E00", new object[] {
         _SMA,
         _EMI,
         _ETA
     }, this.CallTT022E00OperationCompleted, userState);
 }
Exemple #2
0
 /// <remarks/>
 public void CallTT022E00Async(TT022E00_SMA _SMA, TT022E00_EMI _EMI, TT022E00_ETA _ETA)
 {
     this.CallTT022E00Async(_SMA, _EMI, _ETA, null);
 }
Exemple #3
0
        public TT022E00Response_SMA CallTT022E00([System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] TT022E00_SMA _SMA, [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] TT022E00_EMI _EMI, [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] TT022E00_ETA _ETA, [System.Xml.Serialization.XmlElementAttribute("_EMI", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] out TT022E00Response_EMI _EMI1, [System.Xml.Serialization.XmlElementAttribute("_ETA", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] out TT022E00Response_ETA _ETA1)
        {
            object[] results = this.Invoke("CallTT022E00", new object[] {
                _SMA,
                _EMI,
                _ETA
            });

            _EMI1 = ((TT022E00Response_EMI)(results[1]));
            _ETA1 = ((TT022E00Response_ETA)(results[2]));
            return((TT022E00Response_SMA)(results[0]));
        }