TrafficFetcher Events |
The TrafficFetcher type exposes the following members.
Name | Description | |
---|---|---|
TrafficUpdated |
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.
|