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

Beginget_performance_table_statistics() public méthode

public Beginget_performance_table_statistics ( SystemStatisticsPerformanceStatisticQuery tables, System callback, object asyncState ) : System.IAsyncResult
tables SystemStatisticsPerformanceStatisticQuery
callback System
asyncState object
Résultat System.IAsyncResult
        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);
        }
SystemStatistics