Click or drag to resize

MultiRepositoryRemoveRepository Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Remove a LocalRepository from this MultiRepository. Once a LocalRepository is removed, any of the LocalRepository's SimpleRepository or MultiRepository objects may no longer be used by this MultiRepository to obtain data.

Namespace:  Telogis.GeoBase.Repositories
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void RemoveRepository(
	LocalRepository repos
)

Parameters

repos
Type: Telogis.GeoBase.RepositoriesLocalRepository
The LocalRepository to remove.
See Also