Click or drag to resize

WithRepository Constructor

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Remembers Repository.CurrentThreadRepository and then sets it to the given repository.

Namespace:  Telogis.GeoBase.Repositories
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public WithRepository(
	Repository repo
)

Parameters

repo
Type: Telogis.GeoBase.RepositoriesRepository
The repository to assign to Repository.CurrentThreadRepository.
See Also