iControl.ManagementLicenseAdministration.Endcheck_registration_key_crc C# (CSharp) Méthode

Endcheck_registration_key_crc() public méthode

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