iControl.SystemStatistics.Beginget_performance_graph_csv_statistics C# (CSharp) Method

Beginget_performance_graph_csv_statistics() public method

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