iControl.SystemStatistics.Endget_performance_table_list C# (CSharp) Méthode

Endget_performance_table_list() public méthode

public Endget_performance_table_list ( System asyncResult ) : SystemStatisticsPerformanceTable[]
asyncResult System
Résultat SystemStatisticsPerformanceTable[]
        public SystemStatisticsPerformanceTable[] Endget_performance_table_list(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((SystemStatisticsPerformanceTable [])(results[0]));
        }
SystemStatistics