Click or drag to resize

RemoteClusterLayerEndRefresh Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Finish up after an asynchronous refresh begun by a call to BeginRefresh.

Namespace:  Telogis.GeoBase.Clustering
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void EndRefresh(
	IAsyncResult result
)

Parameters

result
Type: SystemIAsyncResult
The IAsyncResult value returned by BeginRefresh.

Implements

IClusterLayerEndRefresh(IAsyncResult)
See Also