iControl.SystemStatistics.get_pem_action_statistics C# (CSharp) Method

get_pem_action_statistics() private method

private get_pem_action_statistics ( ) : SystemStatisticsSystemStatistics
return SystemStatisticsSystemStatistics
        public SystemStatisticsSystemStatistics get_pem_action_statistics(

	)
        {
            object [] results = this.Invoke("get_pem_action_statistics", new object [0]);
            return ((SystemStatisticsSystemStatistics)(results[0]));
        }
SystemStatistics