Click or drag to resize

OnDemandLocalFileSystemOptionsIsHydrationAsynchronous Property

Gets or sets a value indicating whether file hydration and dehydration is asynchronous.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual bool IsHydrationAsynchronous { get; set; }

Property Value

Type: Boolean
true if file hydration and dehydration is asynchronous; otherwise, false.
See Also