Beispiel #1
0
 public GetReportResult GetReport(GetReportArg arg)
 {
     object[] results = this.Invoke("GetReport", new object[] {
         arg
     });
     return((GetReportResult)(results[0]));
 }
Beispiel #2
0
 /// <remarks/>
 public void GetReportAsync(GetReportArg arg, object userState)
 {
     if ((this.GetReportOperationCompleted == null))
     {
         this.GetReportOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetReportOperationCompleted);
     }
     this.InvokeAsync("GetReport", new object[] {
         arg
     }, this.GetReportOperationCompleted, userState);
 }
Beispiel #3
0
 /// <remarks/>
 public void GetReportAsync(GetReportArg arg)
 {
     this.GetReportAsync(arg, null);
 }
Beispiel #4
0
 /// <remarks/>
 public System.IAsyncResult BeginGetReport(GetReportArg arg, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("GetReport", new object[] {
         arg
     }, callback, asyncState));
 }