Click or drag to resize

RemoteClusterLayerBeginRefresh Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Begin an unscheduled refresh of feature data 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
)

Parameters

callback
Type: SystemAsyncCallback
A callback that is executed when the cluster has refreshed.
state
Type: SystemObject
A user-defined object that holds state information about the asynchronous operation.

Return Value

Type: IAsyncResult
An IAsyncResult that allows the caller to query the state of the refresh operation.

Implements

IClusterLayerBeginRefresh(AsyncCallback, Object)
See Also