Click or drag to resize

TrafficFetcher Events

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.

Events
  NameDescription
Public eventTrafficUpdated
This event handler is called when an update is received from an ITrafficSource. It might not be called on the thread that called GetLatestTraffic, so event handler implementations need to be careful not to use synchronous calls that might deadlock. For example, if GetLatestTraffic was called from a UI thread then the event handler must use BeginInvoke to update UI elements.
Top
See Also