Method AddWantedToken
AddWantedToken(string)
Add a license token to the list of wanted tokens. The wanted tokens list is saved on disk in program data and is used at initialization. Prefer using 'core.needToken' instead.
Declaration
[HandleProcessCorruptedStateExceptions]
public void AddWantedToken(string tokenName)
Parameters
Type | Name | Description |
---|---|---|
string | tokenName | Wanted token |