TrafficFetcherGetLatestTraffic Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Synchronously, get the latest traffic data update from the list of
ITrafficSources.
Namespace:
Telogis.GeoBase.Traffic
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public Traffic GetLatestTraffic()
Public Function GetLatestTraffic As Traffic
Return Value
Type:
TrafficReturns a
Traffic based on the newly retrieved traffic data.
Remarks
Note: this is a synchronous call - the
Traffic will not be returned until all traffic sources have been updated.
See Also