DicomObjects.NET.V8
DicomObjects Namespace / DicomLicense Class / 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
An "out" parameter, into which an explantion of the result is placed.



In This Topic
    ReactivateOnLine Method
    In This Topic
    Attempt to obtain a DicomObjects license on-line.
    Syntax
    'Declaration
     
    Public Shared Function ReactivateOnLine( _
       ByVal AuthorisationString As String, _
       ByVal OriginalLicense As String, _
       ByVal CustomerInfo1 As String, _
       ByVal CustomerInfo2 As String, _
       ByRef Result As String _
    ) As DicomLicense
    'Usage
     
    Dim AuthorisationString As String
    Dim OriginalLicense As String
    Dim CustomerInfo1 As String
    Dim CustomerInfo2 As String
    Dim Result As String
    Dim value As DicomLicense
     
    value = DicomLicense.ReactivateOnLine(AuthorisationString, OriginalLicense, CustomerInfo1, CustomerInfo2, Result)
    public static DicomLicense ReactivateOnLine( 
       string AuthorisationString,
       string OriginalLicense,
       string CustomerInfo1,
       string CustomerInfo2,
       out string Result
    )
    public:
    static DicomLicense^ ReactivateOnLine( 
       String^ AuthorisationString,
       String^ OriginalLicense,
       String^ CustomerInfo1,
       String^ CustomerInfo2,
       [Out] String^ Result
    ) 

    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
    Result
    An "out" parameter, into which an explantion of the result is placed.

    Return Value

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

    null if the activation failed.

    Remarks
    This is the method for re-installing a DicomObjects licenses on existing PC that had some hardware changes, and as a result generates a new MachineID. You can also use this method for installing a DicomLicense on a replacement PC.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also