IOperationContextPriorityHint Property |
IT Hit User File System
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).
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
Syntax byte PriorityHint { get; }
ReadOnly Property PriorityHint As Byte
Get
property unsigned char PriorityHint {
unsigned char get ();
}
abstract PriorityHint : byte with get
Property Value
Type:
ByteSee Also