LocalClusterLayerBeginRefresh Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Starts updating the feature data for the clusters asynchronously.
Namespace:
Telogis.GeoBase.Clustering
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public IAsyncResult BeginRefresh(
AsyncCallback callback,
Object state
)
Public Function BeginRefresh (
callback As AsyncCallback,
state As Object
) As IAsyncResult
Parameters
- callback
- Type: SystemAsyncCallback
A callback that is executed when the feature data is updated. - state
- Type: SystemObject
A user-defined object that represents the state of the asynchronous update.
Return Value
Type:
IAsyncResultAn IAsyncResult allowing the caller to query the state of the calculation.
Implements
IClusterLayerBeginRefresh(AsyncCallback, Object)Remarks LocalClusterLayer automatically updates its feature data based on the
refresh rate of the
IPointFeatureSource supplied
to the constructor. Calling this method allows you to force a refresh, even if the point feature
source has not expired since the last update.
See Also