iControl.SystemStatistics.Beginget_performance_graph_csv_statistics C# (CSharp) Метод

Beginget_performance_graph_csv_statistics() публичный Метод

public Beginget_performance_graph_csv_statistics ( SystemStatisticsPerformanceStatisticQuery objects, System callback, object asyncState ) : System.IAsyncResult
objects SystemStatisticsPerformanceStatisticQuery
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult Beginget_performance_graph_csv_statistics(SystemStatisticsPerformanceStatisticQuery [] objects, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_performance_graph_csv_statistics", new object[] {
            objects}, callback, asyncState);
        }
SystemStatistics