iControl.SystemStatistics.Endget_rtsp_statistics C# (CSharp) 메소드

Endget_rtsp_statistics() 공개 메소드

public Endget_rtsp_statistics ( System asyncResult ) : SystemStatisticsSystemStatistics
asyncResult System
리턴 SystemStatisticsSystemStatistics
        public SystemStatisticsSystemStatistics Endget_rtsp_statistics(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((SystemStatisticsSystemStatistics)(results[0]));
        }
SystemStatistics