iControl.ManagementLicenseAdministration.Endcheck_registration_key_crc C# (CSharp) Method

Endcheck_registration_key_crc() public method

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