TransientClusterLayerBeginRefresh 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 See Also