←Select platform

StatusCacheItemPolicy Property

Summary

Policy to use when storing status items in the cache.

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

Property Value

The policy to use when storing status items in the cache. The default value is null.

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