Parses the result of a License Server call. All License Server calls return an XML fragment describing the results of the call. This function parses the results and returns an ILicenseInfo interface describing the results.
C#: public bool ParseResults(string results, ref ILicenseInfo licenseInfo, ref string message)
Parameters
results - value return from any License Server call
licenseInfo - object containing the result of the parse.
message - error messages if an error occured while parsing the data
Comments
0 comments
Article is closed for comments.