'Declaration
Public Delegate Function StoreLicenseHandler( _ ByVal LicenseToken As System.String _ ) As System.Boolean
'Usage
Dim instance As New StoreLicenseHandler(AddressOf HandlerMethod)
public delegate System.bool StoreLicenseHandler( System.string LicenseToken )
public delegate StoreLicenseHandler( LicenseToken: System.String );
public delegate StoreLicenseHandler( LicenseToken : System.String ) : System.boolean
public: __gc __delegate System.bool StoreLicenseHandler( System.string* LicenseToken )
public delegate System.bool StoreLicenseHandler( System.String^ LicenseToken )
Parameters
- LicenseToken
- Token to store
Return Value
True if the routine stores the license key successfully