RemoteClusterLayerBeginRefresh Method | |
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
)
Public Function BeginRefresh (
callback As AsyncCallback,
state As Object
) As IAsyncResult
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:
IAsyncResultAn IAsyncResult that allows the caller to query the state of the refresh operation.
Implements
IClusterLayerBeginRefresh(AsyncCallback, Object)See Also