Sets the user data field associated to an activation key and a computer ID. This method should be used for multiple activations keys.
C#: bool SetUserDataInActivationLog (string webServiceUrl, string activationKey, string computerID, string userData, out string errorMessage)
Parameters
webServiceUrl - URL to the QLM License Server.
activationKey - the activation key.
computerID - the unique identifier of the system.
userData - the user data to set
errorMessage - returned error message
If the function succeeds, the return value is true.If the function fails, the return is value is false. The errorMessage contains details about the error.
Comments
0 comments
Article is closed for comments.