'DeclarationPublic Shared Function ActivateOffLine( _ ByVal AuthorisationString As System.String, _ ByVal LicenseToken As System.String, _ ByRef Result As System.String _ ) As DicomLicense
public static DicomLicense ActivateOffLine( System.string AuthorisationString, System.string LicenseToken, out System.string Result )
Parameters
- AuthorisationString
- The string provided by Medical Connections, allowing you to activate DicomObjects
- LicenseToken
- The string obtained from the license server
- Result
- An "out" parameter, into which an explanation 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.