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