iControl.SystemStatistics.Beginget_performance_table_statistics C# (CSharp) Method

Beginget_performance_table_statistics() public method

public Beginget_performance_table_statistics ( SystemStatisticsPerformanceStatisticQuery tables, System callback, object asyncState ) : System.IAsyncResult
tables SystemStatisticsPerformanceStatisticQuery
callback System
asyncState object
return 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