TrafficFetcherRemoveSourcesByUrl Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Remove sources with given URL 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 RemoveSourcesByUrl(
string trafficSourceUrl
)
Public Sub RemoveSourcesByUrl (
trafficSourceUrl As String
)
Parameters
- trafficSourceUrl
- Type: SystemString
The url of TrafficSource ITrafficSource to remove.
See Also