Click or drag to resize

TrafficFetcher Methods

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The TrafficFetcher type exposes the following members.

Methods
  NameDescription
Public methodAddSource(IGenericTrafficSource)
Add a new ITrafficSource to the TrafficFetcher's traffic source list.
Public methodAddSource(IGenericTrafficSource, TimeSpan)
Add a new ITrafficSource to the TrafficFetcher's traffic source list.
Public methodAddSource(String, Type, TimeSpan, HandleDataDelegate)
Add a new traffic source to the TrafficFetcher's traffic source list.
Public methodAddSource(String, Type, TimeSpan, HandleDataDelegate, ICredentials)
Add a new traffic source to the TrafficFetcher's traffic source list.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetExpiry
Get the date/time that the traffic data is still valid.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLatestTraffic
Synchronously, get the latest traffic data update from the list of ITrafficSources.
Public methodGetLatestTraffic(DateTime) Obsolete.
Public methodGetLatestTraffic(TimeSpan)
Get the latest traffic data update from the list of ITrafficSource.
Public methodGetLatestTraffic(DateTime, TimeSpan) Obsolete.
Public methodGetLatestTrafficAsync
Asynchronously, get the latest traffic data update from the list of ITrafficSources, based on the given date/time.
Public methodGetLatestTrafficAsync(DateTime) Obsolete.
Public methodGetSourceByURL
Creates an ITrafficSource from the given URL.
Public methodGetSourcesByType
Creates an ITrafficSource from the given type.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInsertSource
Insert an ITrafficSource to the TrafficFetcher's traffic source list at the given position.
Public methodRemoveSourcesByType
Remove sources of the given type from ITrafficSource to the TrafficFetcher's source list.
Public methodRemoveSourcesByUrl
Remove sources with given URL from ITrafficSource to the TrafficFetcher's source list.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also