←Select platform

StatusJobData Class

Summary

Data for a status conversion job.

Syntax
C#
VB
C++
[SerializableAttribute()] 
[DataContractAttribute()] 
public class StatusJobData 
<SerializableAttribute(),  
 DataContractAttribute()>  
Public Class StatusJobData 
public: 
   [SerializableAttribute,  
   DataContractAttribute] 
   ref class StatusJobData 
Remarks

StatusJobData is used with StatusJobDataRunner to:

  • Convert a document in the cache and upload it automatically

  • Perform the operation in a separate process (if the cache allows multiple processes to access the same value)

  • Use the cache to save and obtain the status of the conversion

StatusJobData 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.

Refer to Status Document Job Converter

Example

For an example, refer to StatusJobDataRunner.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Converter Assembly

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