iControl.SystemSystemInfo.Beginget_fan_metrics C# (CSharp) Method

Beginget_fan_metrics() public method

public Beginget_fan_metrics ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_fan_metrics(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_fan_metrics", new object[0], callback, asyncState);
        }
SystemSystemInfo