Click or drag to resize

IOperationContext Interface

IT Hit User File System
Provides information about the environment.

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

The IOperationContext type exposes the following members.

Properties
  NameDescription
Public propertyFilter
If operation was filtered, the filter that excluded this operation is set in this property.
Public propertyPriorityHint
A numeric scale given to the sync provider to describe the relative priority of one fetch compared to another fetch, in order to provide the most responsive experience to the user. The values range from 0 (lowest possible priority) to 15 (highest possible priority).
Public propertyProcessInfo
Contains the information about the user process that triggers this callback.
Public propertyProperties
Custom data associated with a placeholder, organised as a dictionary.
Public propertyRemoteStorageItemId
Gets remote storage item ID associated with the placeholder.
Top
Remarks
On Windows OS you can cast this object to [!:ITHit.FileSystem.Windows.IWindowsOperationContext].
See Also