iControl.SystemSystemInfo.Beginget_hardware_information C# (CSharp) Method

Beginget_hardware_information() public method

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