public SystemStatisticsPerformanceTableData[] get_performance_table_statistics(
		SystemStatisticsPerformanceStatisticQuery [] tables
	)
        {
            object [] results = this.Invoke("get_performance_table_statistics", new object [] {
                tables});
            return ((SystemStatisticsPerformanceTableData [])(results[0]));
        }
 public System.IAsyncResult Beginget_performance_table_statistics(SystemStatisticsPerformanceStatisticQuery [] tables, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("get_performance_table_statistics", new object[] {
     tables}, callback, asyncState);
 }
        public SystemStatisticsPerformanceGraphDataCSV[] get_performance_graph_csv_statistics(
		SystemStatisticsPerformanceStatisticQuery [] objects
	)
        {
            object [] results = this.Invoke("get_performance_graph_csv_statistics", new object [] {
                objects});
            return ((SystemStatisticsPerformanceGraphDataCSV [])(results[0]));
        }