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