DicomObjects Reference
DicomObjects Reference / DicomLicenseGlobal Object / ReActivateOnLine Method
The string provided by Medical Connections, allowing you to activate DicomObjects
Provide as much information as possible for the Original License, including original MachineID and license token
A string identifying the PC and or institution at which this copy is being activated
A second string with the same function
In This Topic
    ReActivateOnLine Method
    In This Topic
    Description
    ReActivate a license on-line
    Syntax
    Visual Basic
    Public Function ReActivateOnLine( _
       ByVal AuthorisationString As String, _
       ByVal OriginalLicense As String, _
       ByVal CustomerInfo1 As String, _
       ByVal CustomerInfo2 As String _
    ) As DicomLicense
    Parameters
    AuthorisationString
    The string provided by Medical Connections, allowing you to activate DicomObjects
    OriginalLicense
    Provide as much information as possible for the Original License, including original MachineID and license token
    CustomerInfo1
    A string identifying the PC and or institution at which this copy is being activated
    CustomerInfo2
    A second string with the same function
    Return Type

    A valid DicomLicense object if the activation succeeded or if already activated using this Authorisation string or null if the activation failed

    See Also