IAsyncDirectionsHandlerOnDirectionsClearUncommitted Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Fires when uncommitted directions are backed out.
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax void OnDirectionsClearUncommitted(
AsyncDirectionsEventArgs args
)
Sub OnDirectionsClearUncommitted (
args As AsyncDirectionsEventArgs
)
Parameters
- args
- Type: Telogis.GeoBase.RoutingAsyncDirectionsEventArgs
Provides access to the Directions object and information about its status.
See Also