iControl.SystemSystemInfo.Beginget_power_supply_metrics C# (CSharp) Method

Beginget_power_supply_metrics() public method

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