StoreLicenseHandler Delegate
public delegate bool StoreLicenseHandler(
string
)
'Declaration
Public Delegate Function StoreLicenseHandler( _
ByVal As String _
) As Boolean
'Usage
Dim instance As New StoreLicenseHandler(AddressOf HandlerMethod)
Parameters
- LicenseToken
- Token to store
Return Value
True if the routine stores the license key successfully
Target Platforms: .NET CLR 4.0 or higher