/// <remarks/> public void CallTT016E00Async(TT016E00_SMA _SMA, TT016E00_EMI _EMI, TT016E00_ETA _ETA, TT016E00_EWAGNTL _EWAGNTL, object userState) { if ((this.CallTT016E00OperationCompleted == null)) { this.CallTT016E00OperationCompleted = new System.Threading.SendOrPostCallback(this.OnCallTT016E00OperationCompleted); } this.InvokeAsync("CallTT016E00", new object[] { _SMA, _EMI, _ETA, _EWAGNTL }, this.CallTT016E00OperationCompleted, userState); }
/// <remarks/> public void CallTT016E00Async(TT016E00_SMA _SMA, TT016E00_EMI _EMI, TT016E00_ETA _ETA, TT016E00_EWAGNTL _EWAGNTL) { this.CallTT016E00Async(_SMA, _EMI, _ETA, _EWAGNTL, null); }
public TT016E00Response_SMA CallTT016E00([System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] TT016E00_SMA _SMA, [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] TT016E00_EMI _EMI, [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] TT016E00_ETA _ETA, [System.Xml.Serialization.XmlElementAttribute("_E-WAG-NTL", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] TT016E00_EWAGNTL _EWAGNTL, [System.Xml.Serialization.XmlElementAttribute("_EMI", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] out TT016E00Response_EMI _EMI1, [System.Xml.Serialization.XmlElementAttribute("_ETA", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] out TT016E00Response_ETA _ETA1, [System.Xml.Serialization.XmlElementAttribute("_E-WAG-NTL", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] out TT016E00Response_EWAGNTL _EWAGNTL1) { object[] results = this.Invoke("CallTT016E00", new object[] { _SMA, _EMI, _ETA, _EWAGNTL }); _EMI1 = ((TT016E00Response_EMI)(results[1])); _ETA1 = ((TT016E00Response_ETA)(results[2])); _EWAGNTL1 = ((TT016E00Response_EWAGNTL)(results[3])); return((TT016E00Response_SMA)(results[0])); }