Public Delegate Function XdsLicense.StoreLicenseHandler( _ ByVal LicenseToken As String _ ) As Boolean
Dim instance As New XdsLicense.StoreLicenseHandler(AddressOf HandlerMethod)
public delegate bool XdsLicense.StoreLicenseHandler( string LicenseToken )
public delegate bool XdsLicense.StoreLicenseHandler( String^ LicenseToken )
Parameters
- LicenseToken
- Token to store
Return Value
True if the routine stores the license key successfully