iControl.SystemSystemInfo.Endget_fan_metrics C# (CSharp) Method

Endget_fan_metrics() public method

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