SetMaintenancePlanRenewalDate

Description

Sets the maintenance plan renewal date. It is recommended to set a UTC date.

Note that to call this function, you must:

  • Set the AdminEncryptionKey
bool SetMaintenancePlanRenewalDate (string webServiceUrl, string activationKey, 
                                    DateTime maintenancePlanRenewalDate, 
                                    out string errorMessage)

Parameters

ParameterTypeDescription
webServiceUrlstringURL to the QLM License Server.
activationKeystringactivation key to set the maintenance plan on
maintenancePlanRenewalDateDateTimethe new renewal date of the maintenance plan
errorMessagestringreturned error message

Return

TypeDescription
boolreturns true if the operation succeeded; false otherwise.