Example #1
0
        public Result partRetureStatusQuery([System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string RequestUser, [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string RequestTime, [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string RequestType, [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string old_bill_num, [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] clientInfo clientInfo)
        {
            object[] results = this.Invoke("partRetureStatusQuery", new object[] {
                RequestUser,
                RequestTime,
                RequestType,
                old_bill_num,
                clientInfo
            });

            return((Result)(results[0]));
        }
Example #2
0
 /// <remarks/>
 public void partRetureStatusQueryAsync(string RequestUser, string RequestTime, string RequestType, string old_bill_num, clientInfo clientInfo)
 {
     this.partRetureStatusQueryAsync(RequestUser, RequestTime, RequestType, old_bill_num, clientInfo, null);
 }
Example #3
0
 /// <remarks/>
 public void partRetureStatusQueryAsync(string RequestUser, string RequestTime, string RequestType, string old_bill_num, clientInfo clientInfo, object userState)
 {
     if ((this.partRetureStatusQueryOperationCompleted == null))
     {
         this.partRetureStatusQueryOperationCompleted = new System.Threading.SendOrPostCallback(this.OnpartRetureStatusQueryOperationCompleted);
     }
     this.InvokeAsync("partRetureStatusQuery", new object[] {
         RequestUser,
         RequestTime,
         RequestType,
         old_bill_num,
         clientInfo
     }, this.partRetureStatusQueryOperationCompleted, userState);
 }