iControl.SystemStatistics.Endget_host_statistics C# (CSharp) Méthode

Endget_host_statistics() public méthode

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