ESRI.ArcGIS.ADF.Web.UI.WebControls
CacheTimeOut Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ResourceManager Class : CacheTimeOut Property




The time in hours after which resource/service information cached in application state should be refreshed.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("The time in hours after which resource/service information cached in application state should be refreshed.")>
<DefaultValueAttribute()>
<PersistenceModeAttribute()>
<ResCategoryAttribute("Caching")>
Public Property CacheTimeOut As Integer
Visual Basic (Usage)Copy Code
Dim instance As ResourceManager
Dim value As Integer
 
instance.CacheTimeOut = value
 
value = instance.CacheTimeOut
C# 
[ResDescriptionAttribute("The time in hours after which resource/service information cached in application state should be refreshed.")]
[DefaultValueAttribute()]
[PersistenceModeAttribute()]
[ResCategoryAttribute("Caching")]
public int CacheTimeOut {get; set;}

See Also

© 2010 All Rights Reserved.