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

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

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

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