DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomLicence Class / ActivateOffLine Method



In This Topic
    ActivateOffLine Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function ActivateOffLine( _
       ByVal licenceKey As String, _
       ByVal licenceToken As String, _
       ByRef result As String _
    ) As DicomLicence
    'Usage
     
    
    Dim licenceKey As String
    Dim licenceToken As String
    Dim result As String
    Dim value As DicomLicence
     
    value = DicomLicence.ActivateOffLine(licenceKey, licenceToken, result)
    public static DicomLicence ActivateOffLine( 
       string licenceKey,
       string licenceToken,
       out string result
    )
    public:
    static DicomLicence^ ActivateOffLine( 
       String^ licenceKey,
       String^ licenceToken,
       [Out] String^ result
    ) 

    Parameters

    licenceKey
    licenceToken
    result
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also