ESRI.ArcGIS.ADF.Web.UI.WebControls
EnableContinuousCallback Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Map Class : EnableContinuousCallback Property




Whether images will be fetched continuously during panning of the map or only when panning is complete.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("Whether images will be fetched continuously during panning of the map or only when panning is complete.")>
<DefaultValueAttribute()>
<ResCategoryAttribute("Map Behavior")>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
Public Property EnableContinuousCallback As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Map
Dim value As Boolean
 
instance.EnableContinuousCallback = value
 
value = instance.EnableContinuousCallback
C# 
[ResDescriptionAttribute("Whether images will be fetched continuously during panning of the map or only when panning is complete.")]
[DefaultValueAttribute()]
[ResCategoryAttribute("Map Behavior")]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public bool EnableContinuousCallback {get; set;}

Property Value

Boolean value indicating whether tiles are retrieved continuously during map panning.

Remarks

When this property is true (the default), and the user pans the map using the pan tool or other mechanism, the Map control will retrieve map tiles in the area panned to while the panning is occurring. This uses asynchronous callbacks to the server to work while the user is interacting with the map. If this property is false, then no new map tiles will be retrieved from the server until panning is completed.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.