SimpleRepositoryValidateProgressDelegate Delegate | |
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
)
Public Delegate Sub ValidateProgressDelegate (
bytesRead As Long,
bytesTotal As Long
)
Parameters
- bytesRead
- Type: SystemInt64
Bytes that have been read so far. - bytesTotal
- Type: SystemInt64
Total Bytes of the GBFS file.
See Also