←Select platform

StatusCache Property

Summary

Cache used for storing the job status.

Syntax
C#
VB
C++
public ObjectCache StatusCache { get; } 
Public ReadOnly Property StatusCache() As ObjectCache 
   Get 
public:  
   property ObjectCache^ StatusCache 
   { 
      ObjectCache^ get() 
   } 

Property Value

The cache used for storing the job status.

Remarks

This value is set by Prepare to the ObjectCache instance to use for storing the job status. This value can be either set to StatusJobData.StatusCache or a new instance created by the runner.

Example

For an example, refer to StatusJobDataRunner.

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.Converter Assembly