Click or drag to resize

ADODataSource Constructor (ADORefreshDelegate, LatLonDataDelegate, TimeSpan)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Constructor for an ADODataSource where the underlying data changes periodically.

Namespace:  Telogis.GeoBase.DataSources
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public ADODataSource(
	ADORefreshDelegate newReader,
	LatLonDataDelegate latlonParser,
	TimeSpan expiresAfter
)

Parameters

newReader
Type: Telogis.GeoBase.DataSourcesADORefreshDelegate
A delegate that will return a reader with which to access the data.
latlonParser
Type: Telogis.GeoBase.DataSourcesLatLonDataDelegate
A delegate that will be called to get the location of each feature.
expiresAfter
Type: SystemTimeSpan
How often to update the data.
See Also