iControl.SystemStatistics.Endget_performance_table_statistics C# (CSharp) Method

Endget_performance_table_statistics() public method

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