iControl.SystemStatistics.Endget_ftp_statistics C# (CSharp) Method

Endget_ftp_statistics() public method

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