Click or drag to resize

TrafficFetcherAddSource Method (IGenericTrafficSource, TimeSpan)

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,
	TimeSpan expiry
)

Parameters

trafficSource
Type: Telogis.GeoBase.TrafficIGenericTrafficSource
The ITrafficSource to add to the list.
expiry
Type: SystemTimeSpan
The amount of time that the traffic data from the traffic source is valid for, before an update is permitted.
See Also