Click or drag to resize

RouteGetRouteHighlight Method (String, CancellationToken)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Requests the cancellation of a GetRouteHighlight(String) method calculation using a CancellationToken.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public Directions GetRouteHighlight(
	string dataUrl,
	CancellationToken cancelToken
)

Parameters

dataUrl
Type: SystemString
URL from which the stop data should be obtained.
cancelToken
Type: Telogis.GeoBase.ConcurrencyCancellationToken
The cancellation token used to request calculation cancellation.

Return Value

Type: Directions
Directions without natural language directions.

Implements

IRouteGetRouteHighlight(String, CancellationToken)
Remarks
See also .
See Also