public Result repairBillSU([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)] repairBill repairBill, [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] clientInfo clientInfo) { object[] results = this.Invoke("repairBillSU", new object[] { RequestUser, RequestTime, RequestType, repairBill, clientInfo }); return((Result)(results[0])); }
/// <remarks/> public void repairBillSUAsync(string RequestUser, string RequestTime, string RequestType, repairBill repairBill, clientInfo clientInfo) { this.repairBillSUAsync(RequestUser, RequestTime, RequestType, repairBill, clientInfo, null); }
/// <remarks/> public void repairBillSUAsync(string RequestUser, string RequestTime, string RequestType, repairBill repairBill, clientInfo clientInfo, object userState) { if ((this.repairBillSUOperationCompleted == null)) { this.repairBillSUOperationCompleted = new System.Threading.SendOrPostCallback(this.OnrepairBillSUOperationCompleted); } this.InvokeAsync("repairBillSU", new object[] { RequestUser, RequestTime, RequestType, repairBill, clientInfo }, this.repairBillSUOperationCompleted, userState); }