Sets the maintenance plan renewal date.
Note that to call this function, you must:
- Set the AdminEncryptionKey property
C#: bool SetMaintenancePlanRenewalDate (string webServiceUrl, string activationKey, DateTime maintenancePlanRenewalDate, out string errorMessage)
Parameters
webServiceUrl - URL to the QLM License Server.
activationKey - the activation key of the record.
maintenancePlanRenewalDate - the renewal date of the maintenance plan
errorMessage - returned error message
It is recommended to send a UTC date.
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.