iControl.SystemStatistics.Endget_host_statistics C# (CSharp) Method

Endget_host_statistics() public method

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