iControl.SystemSystemInfo.Endget_fan_metrics C# (CSharp) Méthode

Endget_fan_metrics() public méthode

public Endget_fan_metrics ( System asyncResult ) : SystemPlatformFans
asyncResult System
Résultat SystemPlatformFans
        public SystemPlatformFans Endget_fan_metrics(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((SystemPlatformFans)(results[0]));
        }
SystemSystemInfo