RegisterHost method
This method registers the machine using the given registration code.
Applies to
Declaration
procedure RegisterHost(RegistrationCode : String);
Description
This method is deprecated. Please use GetRegistrationCode instead as this method will be removed in the future.
This method checks if the registration code is valid. If the registration code is invalid, the method throws an exception and does not send a request to the iNTERFACEWARE server. If the registration code is valid, this method registers your machine.
This method only supports non-expiring keys.
| Parameters |
| RegistrationCode | The registration code. |