Click or drag to resize

IValidateDataResultContext Interface

IT Hit User File System
Used to return results of validation of the integrity of placeholder data from [!:IFile.ValidateDataAsync] call.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.1.26727.0-Beta2
Syntax
public interface IValidateDataResultContext : IResultContext

The IValidateDataResultContext type exposes the following members.

Methods
  NameDescription
Public methodReportProgress
Reports operation progress and resets 60 sec timout timer.
(Inherited from IResultContext.)
Public methodReportStatus
Reports operation status to the platform.
(Inherited from IResultContext.)
Public methodReturnValidationResult
Returns results of the file validation from [!:IFile.ValidateDataAsync] call.
Top
See Also