TrafficFetcherGetLatestTrafficAsync Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Asynchronously, get the latest traffic data update from the list of
ITrafficSources, based on the given date/time.
Namespace:
Telogis.GeoBase.Traffic
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public Traffic GetLatestTrafficAsync()
Public Function GetLatestTrafficAsync As Traffic
Return Value
Type:
TrafficReturns a
Traffic. Note, that this may not be the latest
Traffic at the time of calling this method, due
to the nature of the asynchronous mode. When this method is called, if, for example, the traffic source data has expired, then a
Traffic object will be returned with no
new data, while the TrafficFetcher deals with downloading more up-to-date information.
See Also