Method NeedToken
NeedToken(string)
Requests a license token for the current session. This step should be done after configuring license server. Throws an exception if the token is not available.
Declaration
[HandleProcessCorruptedStateExceptions]
public void NeedToken(string tokenName)
Parameters
Type | Name | Description |
---|---|---|
string | tokenName | Token name |