Click or drag to resize

OnDemandCallbackContextLastDehydrationReason Property

Gets the last dehydration reason. 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 OnDemandDehydrationReason? LastDehydrationReason { get; }

Property Value

Type: NullableOnDemandDehydrationReason
The last dehydration reason.
See Also