Click or drag to resize

TrafficFetcherRemoveSourcesByUrl Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Remove sources with given URL from ITrafficSource to the TrafficFetcher's source list.

Namespace:  Telogis.GeoBase.Traffic
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void RemoveSourcesByUrl(
	string trafficSourceUrl
)

Parameters

trafficSourceUrl
Type: SystemString
The url of TrafficSource ITrafficSource to remove.
See Also