iControl.SystemStatistics.get_udp_statistics C# (CSharp) Method

get_udp_statistics() private method

private get_udp_statistics ( ) : SystemStatisticsSystemStatistics
return SystemStatisticsSystemStatistics
        public SystemStatisticsSystemStatistics get_udp_statistics(

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