OnDemandFetchDataFlags Enumeration |
Flags set by the HydrateDataAsync method.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax [FlagsAttribute]
public enum OnDemandFetchDataFlags
Members
| Member name | Value | Description |
---|
| None | 0 |
No flags.
|
| Recovery | 1 |
Set if the callback is invoked as a result of previously interrupted hydration process.
|
| ExplicitHydration | 2 |
Set if the ValidateData method is invoked as a result of an explicit call to placeholder hydration API.
New for Windows 10, version 1803 |
See Also