Dundas.SharePoint.Charting.WebParts Send comments on this topic.
GetLicense Method
See Also 
Dundas.Charting.WebControl Namespace > ChartLicenseProvider Class : GetLicense Method


context
type
instance
allowExceptions
Gets a license for the instance of the component and determines if it is valid.

Syntax

Visual Basic (Declaration)  
Public Overrides Function GetLicense( _
   ByVal context As LicenseContext, _
   ByVal type As Type, _
   ByVal instance As Object, _
   ByVal allowExceptions As Boolean _
) As License
Visual Basic (Usage) Copy Code
Dim instance As ChartLicenseProvider
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)
C#  
public override License GetLicense( 
   LicenseContext context,
   Type type,
   object instance,
   bool allowExceptions
)

Parameters

context
type
instance
allowExceptions

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also