←Select platform

TimerInterval Property

Summary

Interval the timer uses to check for and remove expired items.

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

Property Value

The interval the timer uses to check for and remove expired items. The default value is 60 seconds.

Remarks

Refer to DocumentMemoryCache for more information.

Example

For an example, refer to DocumentMemoryCache.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly