ParseResults

Description

Parses the result of a License Server response.

bool ParseResults(string results, ref ILicenseInfo licenseInfo, ref string message)

Arguments

NameData TypeDescription
resultsstringXML response returned from any License Server call
licenseInfoILicenseInfoobject containing the result of the parse operation
errorMessagestringan error message if the operation fails.

Return

Data TypeDescription
booltrue if the call was successful

Remarks

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.