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



In This Topic
    ActivateConcurrent Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function ActivateConcurrent( _
       ByVal licenceKey As String, _
       ByVal activationInfo1 As String, _
       ByVal activationInfo2 As String, _
       ByRef result As String _
    ) As DicomLicence
    'Usage
     
    
    Dim licenceKey As String
    Dim activationInfo1 As String
    Dim activationInfo2 As String
    Dim result As String
    Dim value As DicomLicence
     
    value = DicomLicence.ActivateConcurrent(licenceKey, activationInfo1, activationInfo2, result)

    Parameters

    licenceKey
    activationInfo1
    activationInfo2
    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