←Select platform

StatusCache Property

Summary

Cache to use for storing the status of the job.

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

Property Value

The cache to use for storing the status of the job. The default value is null.

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