'DeclarationPublic Shared Function GetRamLicense( _ ByVal AuthorisationString As System.String, _ ByVal CustomerInfo As System.String, _ ByRef Result As System.String _ ) As DicomLicense
public static DicomLicense GetRamLicense( System.string AuthorisationString, System.string CustomerInfo, out System.string Result )
Parameters
- AuthorisationString
- The RAM License Key
- CustomerInfo
- Any useful information about the current user
- Result
- String result to indicate success or failure