|
RenewLicenseCode |
Top Previous Next |
|
Function extends the expiration period of the license code by the renewal code.
public static bool IntelliProtector.RenewLicenseCode(String renewalCode)
Parameters
String renewalCode - Buffer for the renewal code. Return value
Returns status of the renewal license code (true: success, false: error).
Requirements
file: IntelliProtector.cs namespace: IntelliProtectorService;
Example
public void RenewLicenseCode() { String license = "IPRR-LKJSOUIE-KSKJDLKS-SDKFJKL-DLFKJKJ"; IntelliProtector.RenewLicenseCode(license); } |
| Copyright © 2011 intelliprotector.com |