Click or drag to resize

TrafficFetcherAddSource Method (IGenericTrafficSource)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Add a new ITrafficSource to the TrafficFetcher's traffic source list.

Namespace:  Telogis.GeoBase.Traffic
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void AddSource(
	IGenericTrafficSource trafficSource
)

Parameters

trafficSource
Type: Telogis.GeoBase.TrafficIGenericTrafficSource
The ITrafficSource to add to the list.
See Also