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

get_rtsp_statistics() приватный Метод

private get_rtsp_statistics ( ) : SystemStatisticsSystemStatistics
Результат SystemStatisticsSystemStatistics
        public SystemStatisticsSystemStatistics get_rtsp_statistics(

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