'DeclarationPublic Shared Function ReactivateOnLine( _ ByVal AuthorisationString As System.String, _ ByVal OriginalLicense As System.String, _ ByVal CustomerInfo1 As System.String, _ ByVal CustomerInfo2 As System.String, _ ByRef Result As System.String _ ) As DicomLicense
public static DicomLicense ReactivateOnLine( System.string AuthorisationString, System.string OriginalLicense, System.string CustomerInfo1, System.string CustomerInfo2, out System.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.