iControl.SystemStatistics.get_rtsp_statistics C# (CSharp) Méthode

get_rtsp_statistics() private méthode

private get_rtsp_statistics ( ) : SystemStatisticsSystemStatistics
Résultat SystemStatisticsSystemStatistics
        public SystemStatisticsSystemStatistics get_rtsp_statistics(

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