public Result partInStoreQuery([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 ration_send_code, [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string state_code, [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] clientInfo clientInfo)
        {
            object[] results = this.Invoke("partInStoreQuery", new object[] {
                RequestUser,
                RequestTime,
                RequestType,
                ration_send_code,
                state_code,
                clientInfo
            });

            return((Result)(results[0]));
        }
 /// <remarks/>
 public void partInStoreQueryAsync(string RequestUser, string RequestTime, string RequestType, string ration_send_code, string state_code, clientInfo clientInfo)
 {
     this.partInStoreQueryAsync(RequestUser, RequestTime, RequestType, ration_send_code, state_code, clientInfo, null);
 }
 /// <remarks/>
 public void partInStoreQueryAsync(string RequestUser, string RequestTime, string RequestType, string ration_send_code, string state_code, clientInfo clientInfo, object userState)
 {
     if ((this.partInStoreQueryOperationCompleted == null))
     {
         this.partInStoreQueryOperationCompleted = new System.Threading.SendOrPostCallback(this.OnpartInStoreQueryOperationCompleted);
     }
     this.InvokeAsync("partInStoreQuery", new object[] {
         RequestUser,
         RequestTime,
         RequestType,
         ration_send_code,
         state_code,
         clientInfo
     }, this.partInStoreQueryOperationCompleted, userState);
 }