Click or drag to resize

OnDemandCallbackContextLastDehydrationTime 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
Syntax
C#
public DateTime? LastDehydrationTime { get; }

Property Value

Type: NullableDateTime
The last dehydration time.
See Also