ParseResults
Description
bool ParseResults(string results, ref ILicenseInfo licenseInfo, ref string message)Arguments
Name
Data Type
Description
Return
Data Type
Description
Remarks
Last updated
Parses the result of a License Server response.
bool ParseResults(string results, ref ILicenseInfo licenseInfo, ref string message)results
string
XML response returned from any License Server call
errorMessage
string
an error message if the operation fails.
bool
true if the call was successful
Most License Server API functions return an XML fragment describing the results of the call. This function parses the results and returns an ILicenseInfo interface describing the results.
Last updated