Click or drag to resize

OnDemandCallbackContextLastDehydrationReason Property

Gets the last dehydration reason. Will be valid in HydrateDataAsync context.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public OnDemandDehydrationReason? LastDehydrationReason { get; }

Property Value

Type: NullableOnDemandDehydrationReason
The last dehydration reason.
See Also