示例#1
0
        public Result partStoreCenterQuery([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 car_parts_code, [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] clientInfo clientInfo)
        {
            object[] results = this.Invoke("partStoreCenterQuery", new object[] {
                RequestUser,
                RequestTime,
                RequestType,
                car_parts_code,
                clientInfo
            });

            return((Result)(results[0]));
        }
示例#2
0
 /// <remarks/>
 public void partStoreCenterQueryAsync(string RequestUser, string RequestTime, string RequestType, string car_parts_code, clientInfo clientInfo)
 {
     this.partStoreCenterQueryAsync(RequestUser, RequestTime, RequestType, car_parts_code, clientInfo, null);
 }
示例#3
0
 /// <remarks/>
 public void partStoreCenterQueryAsync(string RequestUser, string RequestTime, string RequestType, string car_parts_code, clientInfo clientInfo, object userState)
 {
     if ((this.partStoreCenterQueryOperationCompleted == null))
     {
         this.partStoreCenterQueryOperationCompleted = new System.Threading.SendOrPostCallback(this.OnpartStoreCenterQueryOperationCompleted);
     }
     this.InvokeAsync("partStoreCenterQuery", new object[] {
         RequestUser,
         RequestTime,
         RequestType,
         car_parts_code,
         clientInfo
     }, this.partStoreCenterQueryOperationCompleted, userState);
 }