iControl.SystemStatistics.Endget_performance_graph_csv_statistics C# (CSharp) Method

Endget_performance_graph_csv_statistics() public method

public Endget_performance_graph_csv_statistics ( System asyncResult ) : SystemStatisticsPerformanceGraphDataCSV[]
asyncResult System
return SystemStatisticsPerformanceGraphDataCSV[]
        public SystemStatisticsPerformanceGraphDataCSV[] Endget_performance_graph_csv_statistics(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((SystemStatisticsPerformanceGraphDataCSV [])(results[0]));
        }
SystemStatistics