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.3.27213.0
Syntax void ReturnValidationResult(
long offset,
long length,
bool valid
)
Sub ReturnValidationResult (
offset As Long,
length As Long,
valid As Boolean
)
void ReturnValidationResult(
long long offset,
long long length,
bool valid
)
abstract ReturnValidationResult :
offset : int64 *
length : int64 *
valid : bool -> unit
Parameters
- offset
- Type: SystemInt64
- length
- Type: SystemInt64
- valid
- Type: SystemBoolean
Remarks This call resets the 60 sec timeout timer.
See Also