Click or drag to resize

IResultContext Interface

IT Hit User File System
Provides methods for reporting operation progress and reporting status to the platform.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 9.0.27334.0-Beta
Syntax
public interface IResultContext : IResultContextBase

The IResultContext type exposes the following members.

Properties
  NameDescription
Public propertyResult
Operation result.
(Inherited from IResultContextBase.)
Top
Methods
  NameDescription
Public methodReportProgress
Reports operation progress and resets 60 sec timeout timer.
Public methodReportStatus
Reports operation status to the platform.
Top
See Also