GetRemainingActivations
Last updated
Determines how many activations are still available for the given activation key.
int GetRemainingActivations(string webServiceUrl, string activationKey )webServiceUrl
string
URL to the QLM License Server
activationKey
string
activation key
int
the number of remaining activations
Last updated