iControl.SystemStatistics.Endget_authentication_statistics C# (CSharp) Method

Endget_authentication_statistics() public method

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