'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)
public override License GetLicense( LicenseContext context, Type type, object instance, bool allowExceptions )
Parameters
- context
- License context
- type
- Type
- instance
- Instance
- allowExceptions
- Whether to allow exceptions