public static DicomLicense ActivateOnLine(
System.string ,
System.string ,
System.string ,
out System.string
)
public function ActivateOnLine(
: System.String;
: System.String;
: System.String;
Out : System.String
): DicomLicense; static;
public static function ActivateOnLine(
: System.String,
: System.String,
: System.String,
: System.String
) : DicomLicense;
public: static DicomLicense* ActivateOnLine(
System.string* ,
System.string* ,
System.string* ,
[PARAMFLAG::Out] System.string*
)
public:
static DicomLicense^ ActivateOnLine(
System.String^ ,
System.String^ ,
System.String^ ,
[Out] System.String^
)
'Declaration
Public Shared Function ActivateOnLine( _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.String, _
ByRef 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)
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.
Target Platforms: .NET CLR 4.8 or higher