'DeclarationPublic Delegate Function StoreLicenseHandler( _ ByVal LicenseToken As System.String _ ) As System.Boolean
public delegate System.bool StoreLicenseHandler( System.string LicenseToken )
Parameters
- LicenseToken
- Token to store
Return Value
True if the routine stores the license key successfully