'Declaration
Public Shared Function ActivateOnLine( _ ByVal AuthorisationString As System.String, _ ByVal CustomerInfo1 As System.String, _ ByVal CustomerInfo2 As System.String, _ ByRef Result As System.String _ ) As DicomLicense
'Usage
Dim AuthorisationString As System.String Dim CustomerInfo1 As System.String Dim CustomerInfo2 As System.String Dim Result As System.String Dim value As DicomLicense value = DicomLicense.ActivateOnLine(AuthorisationString, CustomerInfo1, CustomerInfo2, Result)
public static DicomLicense ActivateOnLine( System.string AuthorisationString, System.string CustomerInfo1, System.string CustomerInfo2, out System.string Result )
public function ActivateOnLine( AuthorisationString: System.String; CustomerInfo1: System.String; CustomerInfo2: System.String; Out Result: System.String ): DicomLicense; static;
public static function ActivateOnLine( AuthorisationString : System.String, CustomerInfo1 : System.String, CustomerInfo2 : System.String, Result : System.String ) : DicomLicense;
public: static DicomLicense* ActivateOnLine( System.string* AuthorisationString, System.string* CustomerInfo1, System.string* CustomerInfo2, [PARAMFLAG::Out] System.string* Result )
public: static DicomLicense^ ActivateOnLine( System.String^ AuthorisationString, System.String^ CustomerInfo1, System.String^ CustomerInfo2, [Out] System.String^ Result )
Parameters
- AuthorisationString
- The string provided by Medical Connections, allowing you to activate DicomObjects
- 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.