iControl.SystemStatistics.get_authentication_statistics C# (CSharp) Method

get_authentication_statistics() private method

private get_authentication_statistics ( ) : SystemStatisticsSystemStatistics
return SystemStatisticsSystemStatistics
        public SystemStatisticsSystemStatistics get_authentication_statistics(

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