Click or drag to resize

IInSyncStatusResultContext Interface

IT Hit User File System
Provides methods for setting the in-sync status of the item, reporting operation progress and reporting status to the platform.

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

The IInSyncStatusResultContext type exposes the following members.

Properties
  NameDescription
Public propertySetInSync
If this property is set to false the item will not be marked as in-sync after the create, update or move/rename operation. Default is true.
(Inherited from IInSyncResultContext.)
Top
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.)
Top
See Also