Returns the calculated checksum of the specified type.
protected override string GetFileChecksumSync(
FileChecksumType type,
string path,
long offset,
long length,
AsyncOperation asyncOp
)
Protected Overrides Function GetFileChecksumSync( _
ByVal type As FileChecksumType, _
ByVal path As String, _
ByVal offset As Long, _
ByVal length As Long, _
ByVal asyncOp As AsyncOperation _
) As String
protected:
String GetFileChecksumSync(
FileChecksumType type,
String^ path,
long offset,
long length,
AsyncOperation^ asyncOp
); override
Parameters
- type
- The checksum type.
- path
- The path to the file to calculate checksum.
- offset
- The file offset.
- length
- The number of bytes to calculate.
- asyncOp
- The async operation.
Return Value
The calculated checksum.