Click or drag to resize

IValidateDataResultContextReturnValidationResult Method

IT Hit User File System
Returns results of the file validation from [!:IFile.ValidateDataAsync] call.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.1.26727.0-Beta2
Syntax
void ReturnValidationResult(
	long offset,
	long length,
	bool valid
)

Parameters

offset
Type: SystemInt64
length
Type: SystemInt64
valid
Type: SystemBoolean
Remarks
This call resets the 60 sec timout timer.
See Also