Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ChartSoftwareSecureLicenseProvider Class / GetLicense Method
License context
Type
Instance
Whether to allow exceptions


In This Topic
    GetLicense Method (ChartSoftwareSecureLicenseProvider)
    In This Topic
    Gets the licence.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetLicense( _
       ByVal context As LicenseContext, _
       ByVal type As Type, _
       ByVal instance As Object, _
       ByVal allowExceptions As Boolean _
    ) As License
    'Usage
     
    
    Dim instance As ChartSoftwareSecureLicenseProvider
    Dim context As LicenseContext
    Dim type As Type
    Dim instance As Object
    Dim allowExceptions As Boolean
    Dim value As License
     
    value = instance.GetLicense(context, type, instance, allowExceptions)

    Parameters

    context
    License context
    type
    Type
    instance
    Instance
    allowExceptions
    Whether to allow exceptions
    See Also