'Declaration Public Shared Function ActivateOffLine( _ ByVal AuthorisationString As String, _ ByVal LicenseToken As String, _ ByRef Result As String _ ) As DicomLicense
'Usage Dim AuthorisationString As String Dim LicenseToken As String Dim Result As String Dim value As DicomLicense value = DicomLicense.ActivateOffLine(AuthorisationString, LicenseToken, Result)
public static DicomLicense ActivateOffLine( string AuthorisationString, string LicenseToken, out string Result )
public: static DicomLicense^ ActivateOffLine( String^ AuthorisationString, String^ LicenseToken, [Out] 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 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.