Click or drag to resize

OnDemandCancelFlags Enumeration

Flags set by the CancelHydrateData or CancelPopulatePlaceholders method.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum OnDemandCancelFlags
Members
  Member nameValueDescription
None0 No flags.
IOTimeout1 Flag to be set if the user request is cancelled as a result of the expiration of the 60 second timer.
IOAborted2 Flag to be set if the user request is cancelled as a result of the user explicitly terminating the hydration from app-initiated download toast.
DehydrateNotPinnedHydrating1073741824 Flag to be set when a file was being hydrated while it's not pinned. This flag is specific to ShellBoost.
See Also