TrafficFetcherRemoveSourcesByType Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Remove sources of the given type from
ITrafficSource to the TrafficFetcher's source list.
Namespace:
Telogis.GeoBase.Traffic
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public void RemoveSourcesByType(
Type trafficSourceType
)
Public Sub RemoveSourcesByType (
trafficSourceType As Type
)
Parameters
- trafficSourceType
- Type: SystemType
The type of TrafficSource ITrafficSource to remove.
See Also