public GetReportResult GetReport(GetReportArg arg) { object[] results = this.Invoke("GetReport", new object[] { arg }); return((GetReportResult)(results[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); }
/// <remarks/> public void GetReportAsync(GetReportArg arg) { this.GetReportAsync(arg, null); }
/// <remarks/> public System.IAsyncResult BeginGetReport(GetReportArg arg, System.AsyncCallback callback, object asyncState) { return(this.BeginInvoke("GetReport", new object[] { arg }, callback, asyncState)); }