←Select platform

CompareJobData Class

Summary

Data for a status compare job.

Syntax
C#
VB
C++
[SerializableAttribute()] 
[DataContractAttribute()] 
public class CompareJobData 
<SerializableAttribute(),  
 DataContractAttribute()>  
Public Class CompareJobData 
public: 
   [SerializableAttribute,  
   DataContractAttribute] 
   ref 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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Compare Assembly