OnDemandLocalFileSystemOptionsIsHydrationAsynchronous Property |
Gets or sets a value indicating whether file hydration and dehydration is asynchronous.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual bool IsHydrationAsynchronous { get; set; }
Property Value
Type:
Booleantrue if file hydration and dehydration is asynchronous; otherwise,
false.
See Also