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;} |
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