ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
CacheTimeOut Property
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > MapResourceInternet Class : CacheTimeOut Property




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

Syntax

Visual Basic (Declaration) 
<CompilerGeneratedAttribute()>
Public Property CacheTimeOut As Integer
Visual Basic (Usage)Copy Code
Dim instance As MapResourceInternet
Dim value As Integer
 
instance.CacheTimeOut = value
 
value = instance.CacheTimeOut
C# 
[CompilerGeneratedAttribute()]
public int CacheTimeOut {get; set;}

See Also

© 2010 All Rights Reserved.