DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLicense Class / GetActiveLicenses Method
The key used to activate the concurrent license






In This Topic
    GetActiveLicenses Method
    In This Topic
    Method to obtain a list of active concurrent licenses
    Syntax
    'Declaration
     
    
    Public Shared Function GetActiveLicenses( _
       ByVal LicenseKey As System.String _
    ) As System.Collections.Generic.List(Of DicomLicense.RamLicenseInfo)
    'Usage
     
    
    Dim LicenseKey As System.String
    Dim value As System.Collections.Generic.List(Of DicomLicense.RamLicenseInfo)
     
    value = DicomLicense.GetActiveLicenses(LicenseKey)
    public static System.Collections.Generic.List<DicomLicense.RamLicenseInfo> GetActiveLicenses( 
       System.string LicenseKey
    )
    public function GetActiveLicenses( 
        LicenseKey: System.String
    ): System.Collections.Generic.List; static; 
    public static function GetActiveLicenses( 
       LicenseKey : System.String
    ) : System.Collections.Generic.List;
    public: static System.Collections.Generic.List<DicomLicense.RamLicenseInfo*>* GetActiveLicenses( 
       System.string* LicenseKey
    ) 
    public:
    static System.Collections.Generic.List<DicomLicense.RamLicenseInfo^>^ GetActiveLicenses( 
       System.String^ LicenseKey
    ) 

    Parameters

    LicenseKey
    The key used to activate the concurrent license
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also