iControl.SystemSystemInfo.Endget_system_information C# (CSharp) Method

Endget_system_information() public method

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