←Select platform

CompareJobData Class

Summary

Data for a status compare job.

Syntax
C#
C++/CLI
Python
[SerializableAttribute()] 
[DataContractAttribute()] 
public class CompareJobData 
public: 
   [SerializableAttribute,  
   DataContractAttribute] 
   ref class CompareJobData 
class CompareJobData: 
Remarks

CompareJobData is used with CompareJobRunner to:

  1. Compare LEADDocuments and generate a Compare.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.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Compare Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.