|
RenewLicenseCode |
Top Previous Next |
|
Function extends the expiration period of the license code by the renewal code.
Public Shared Function RenewLicenseCode(ByVal renewalCode As String) As Boolean
Parameters
String renewalCode - Buffer for the renewal code. Return value
Returns status of the renewal license code (true: success, false: error).
Requirements
file: IntelliProtector.vb
Example
Public Sub RenewLicenseCode() Dim license As [String] = "IPRR-LKJSOUIE-KSKJDLKS-SDKFJKL-DLFKJKJ" IntelliProtectorService.IntelliProtector.RenewLicenseCode(license) End Sub
|
| Copyright © 2011 intelliprotector.com |