Exemple #1
0
        public faultReportRtn getReportList([System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] time arg0, [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] time arg1)
        {
            object[] results = this.Invoke("getReportList", new object[] {
                arg0,
                arg1
            });

            return((faultReportRtn)(results[0]));
        }
Exemple #2
0
 /// <remarks/>
 public void getReportListAsync(time arg0, time arg1, object userState)
 {
     if ((this.getReportListOperationCompleted == null))
     {
         this.getReportListOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetReportListOperationCompleted);
     }
     this.InvokeAsync("getReportList", new object[] {
         arg0,
         arg1
     }, this.getReportListOperationCompleted, userState);
 }
Exemple #3
0
 /// <remarks/>
 public void getReportListAsync(time arg0, time arg1)
 {
     this.getReportListAsync(arg0, arg1, null);
 }