コード例 #1
0
        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]));
        }
コード例 #2
0
 /// <remarks/>
 public void repairBillSUAsync(string RequestUser, string RequestTime, string RequestType, repairBill repairBill, clientInfo clientInfo)
 {
     this.repairBillSUAsync(RequestUser, RequestTime, RequestType, repairBill, clientInfo, null);
 }
コード例 #3
0
 /// <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);
 }