←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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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