IClusterLayerEndRefresh Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Waits for a refresh to complete.
Namespace:
Telogis.GeoBase.Clustering
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax void EndRefresh(
IAsyncResult result
)
Sub EndRefresh (
result As IAsyncResult
)
Parameters
- result
- Type: SystemIAsyncResult
The IAsyncResult that was returned by BeginRefresh.
See Also