iControl.SystemSystemInfo.Endget_hardware_information C# (CSharp) Method

Endget_hardware_information() public method

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