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

            return((Result)(results[0]));
        }
Esempio n. 2
0
 /// <remarks/>
 public void partPurchaseStautsQueryAsync(string RequestUser, string RequestTime, string RequestType, string crm_bill_id, clientInfo clientInfo)
 {
     this.partPurchaseStautsQueryAsync(RequestUser, RequestTime, RequestType, crm_bill_id, clientInfo, null);
 }
Esempio n. 3
0
 /// <remarks/>
 public void partPurchaseStautsQueryAsync(string RequestUser, string RequestTime, string RequestType, string crm_bill_id, clientInfo clientInfo, object userState)
 {
     if ((this.partPurchaseStautsQueryOperationCompleted == null))
     {
         this.partPurchaseStautsQueryOperationCompleted = new System.Threading.SendOrPostCallback(this.OnpartPurchaseStautsQueryOperationCompleted);
     }
     this.InvokeAsync("partPurchaseStautsQuery", new object[] {
         RequestUser,
         RequestTime,
         RequestType,
         crm_bill_id,
         clientInfo
     }, this.partPurchaseStautsQueryOperationCompleted, userState);
 }