LEADTOOLS Medical (Leadtools.Medical.Caching assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
ItemExpireDuration Property
See Also 
Leadtools.Medical.Caching Namespace > Cache Class : ItemExpireDuration Property



The ItemExpireDuration Property is available as an add-on to the LEADTOOLS Medical Imaging toolkits.

Gets the duration an item remains in the cache.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ItemExpireDuration As TimeSpan
Visual Basic (Usage)Copy Code
Dim instance As Cache
Dim value As TimeSpan
 
value = instance.ItemExpireDuration
C# 
public TimeSpan ItemExpireDuration {get;}
C++/CLI 
public:
property TimeSpan ItemExpireDuration {
   TimeSpan get();
}

Property Value

A System.TimeSpan value which specify how long an item remains in the cache.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also