Click or drag to resize

SimpleRepositoryValidate Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Validate the integrity of a GBFS file by calculating and checking its MD5 checksum.

Namespace:  Telogis.GeoBase.Repositories
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public bool Validate(
	SimpleRepositoryValidateProgressDelegate progress
)

Parameters

progress
Type: Telogis.GeoBase.RepositoriesSimpleRepositoryValidateProgressDelegate
A callback for reporting progress.

Return Value

Type: Boolean
Returns true if the validation succeeds, false otherwise.
See Also