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