Click or drag to resize

TrafficFetcherTrafficUpdated Event

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
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.

Namespace:  Telogis.GeoBase.Traffic
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public event EventHandler TrafficUpdated

Value

Type: SystemEventHandler
See Also