TrafficFetcherAddSource Method (IGenericTrafficSource, TimeSpan) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Namespace:
Telogis.GeoBase.Traffic
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public void AddSource(
IGenericTrafficSource trafficSource,
TimeSpan expiry
)
Public Sub AddSource (
trafficSource As IGenericTrafficSource,
expiry As TimeSpan
)
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