Nevron.Licensing Namespace / NLKI Class / ElevateLicenseScopesToEvaluation Method


In This Topic
    ElevateLicenseScopesToEvaluation Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Sub ElevateLicenseScopesToEvaluation( _
       ByVal licenseManager As NLicenseManagerInternal, _
       ByVal remainingDays As System.Integer, _
       ByVal licenseScopes() As ENLicenseScopeType _
    ) 
    'Usage
     
    
    Dim instance As NLKI
    Dim licenseManager As NLicenseManagerInternal
    Dim remainingDays As System.Integer
    Dim licenseScopes() As ENLicenseScopeType
     
    instance.ElevateLicenseScopesToEvaluation(licenseManager, remainingDays, licenseScopes)
    protected void ElevateLicenseScopesToEvaluation( 
       NLicenseManagerInternal licenseManager,
       System.int remainingDays,
       ENLicenseScopeType[] licenseScopes
    )

    Parameters

    licenseManager
    remainingDays
    licenseScopes
    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