LEADTOOLS Medical (Leadtools.Dicom.Web assembly)
LEAD Technologies, Inc

DefaultCacheTimeout Property






Gets or sets the default cache timeout value.
Syntax
public int DefaultCacheTimeout {get; set;}
'Declaration
 
Public Property DefaultCacheTimeout As Integer
'Usage
 
Dim instance As CacheInitializationFailedEventArgs
Dim value As Integer
 
instance.DefaultCacheTimeout = value
 
value = instance.DefaultCacheTimeout
public int DefaultCacheTimeout {get; set;}
 get_DefaultCacheTimeout();
set_DefaultCacheTimeout(value);
public:
property int DefaultCacheTimeout {
   int get();
   void set (    int value);
}

Property Value

The number of days the cache items can remain in the cache, this will be used only when LoadDefault is set to true.
Example
Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CacheInitializationFailedEventArgs Class
CacheInitializationFailedEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.