Click or drag to resize

TrafficFetcherRemoveSourcesByType Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Remove sources of the given type 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 RemoveSourcesByType(
	Type trafficSourceType
)

Parameters

trafficSourceType
Type: SystemType
The type of TrafficSource ITrafficSource to remove.
See Also