CompareJobData Object (original) (raw)

Summary

Data for a status compare job.

Syntax

function lt.Document.Compare.CompareJobData 
class lt.Document.Compare.CompareJobData() 

Remarks

CompareJobData is used with CompareJobRunner to: 1. Compare LEADDocuments and generate a DocumentDifference diff set as well as a report. 2. Perform the operation in a separate process (if the cache allows multiple processes to access the same value). 3. Use the cache to save and obtain the status of the comparison.

CompareJobData can be initialized using only simple string parameters. Therefore, the application can run the job from one process and perform the status query described above in the thread in a completely separate process.

Leadtools.Document Assembly