OnDemandCallbackContext.LastDehydrationTime Property |
Gets the last dehydration time.
Will be valid in HydrateDataAsync context.
Namespace:
callback.ShellBoost.Core.Synchronization
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntaxpublic DateTime? LastDehydrationTime { get; }
Property Value
Type:
Nullable<DateTime>
The last dehydration time.
See Also