Click or drag to resize

SimpleRepositoryValidateProgressDelegate Delegate

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
The callback for reporting the progress of validating a GBFS file.

Namespace:  Telogis.GeoBase.Repositories
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public delegate void ValidateProgressDelegate(
	long bytesRead,
	long bytesTotal
)

Parameters

bytesRead
Type: SystemInt64
Bytes that have been read so far.
bytesTotal
Type: SystemInt64
Total Bytes of the GBFS file.
See Also