OnDemandLocalFileSystemGetHydrationRequiredCount Method |
Computes the hydration required count of bytes.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax protected virtual long GetHydrationRequiredCount(
OnDemandCallbackContext callbackContext,
long requiredOffset,
long requiredCount
)
Parameters
- callbackContext
- Type: ShellBoost.Core.SynchronizationOnDemandCallbackContext
The callback context. - requiredOffset
- Type: SystemInt64
The required file offset. - requiredCount
- Type: SystemInt64
The required count of bytes to read. This is the original value passed by the Windows file system, but may be less than the file size.
Return Value
Type:
Int64The final required count of bytes to read.
Exceptions See Also