Exemplo n.º 1
0
        public Result queryContact([System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string update_time, [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string province, [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string doc_type, [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("queryContact", new object[] {
                update_time,
                province,
                doc_type,
                RequestUser,
                RequestTime,
                RequestType,
                clientInfo
            });

            return((Result)(results[0]));
        }
Exemplo n.º 2
0
 /// <remarks/>
 public void queryContactAsync(string update_time, string province, string doc_type, string RequestUser, string RequestTime, string RequestType, clientInfo clientInfo)
 {
     this.queryContactAsync(update_time, province, doc_type, RequestUser, RequestTime, RequestType, clientInfo, null);
 }
Exemplo n.º 3
0
 /// <remarks/>
 public void queryContactAsync(string update_time, string province, string doc_type, string RequestUser, string RequestTime, string RequestType, clientInfo clientInfo, object userState)
 {
     if ((this.queryContactOperationCompleted == null))
     {
         this.queryContactOperationCompleted = new System.Threading.SendOrPostCallback(this.OnqueryContactOperationCompleted);
     }
     this.InvokeAsync("queryContact", new object[] {
         update_time,
         province,
         doc_type,
         RequestUser,
         RequestTime,
         RequestType,
         clientInfo
     }, this.queryContactOperationCompleted, userState);
 }