示例#1
0
 /// <remarks/>
 public void CallTT036E00Async(TT036E00_SMA _SMA, TT036E00_ESIT _ESIT, TT036E00_EAMT _EAMT, object userState)
 {
     if ((this.CallTT036E00OperationCompleted == null))
     {
         this.CallTT036E00OperationCompleted = new System.Threading.SendOrPostCallback(this.OnCallTT036E00OperationCompleted);
     }
     this.InvokeAsync("CallTT036E00", new object[] {
         _SMA,
         _ESIT,
         _EAMT
     }, this.CallTT036E00OperationCompleted, userState);
 }
示例#2
0
 /// <remarks/>
 public void CallTT036E00Async(TT036E00_SMA _SMA, TT036E00_ESIT _ESIT, TT036E00_EAMT _EAMT)
 {
     this.CallTT036E00Async(_SMA, _ESIT, _EAMT, null);
 }
示例#3
0
        public TT036E00Response_SMA CallTT036E00([System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] TT036E00_SMA _SMA, [System.Xml.Serialization.XmlElementAttribute("_E-SIT", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] TT036E00_ESIT _ESIT, [System.Xml.Serialization.XmlElementAttribute("_E-AMT", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] TT036E00_EAMT _EAMT, [System.Xml.Serialization.XmlElementAttribute("_E-SIT", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] out TT036E00Response_ESIT _ESIT1, [System.Xml.Serialization.XmlElementAttribute("_E-AMT", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] out TT036E00Response_EAMT _EAMT1)
        {
            object[] results = this.Invoke("CallTT036E00", new object[] {
                _SMA,
                _ESIT,
                _EAMT
            });

            _ESIT1 = ((TT036E00Response_ESIT)(results[1]));
            _EAMT1 = ((TT036E00Response_EAMT)(results[2]));
            return((TT036E00Response_SMA)(results[0]));
        }