SyncServiceSyncIntervalMs Property |
IT Hit User File System
Synchronization interval and hydration/dehydration interval in milliseconds. Default is 10000 ms.
Namespace:
ITHit.FileSystem.Windows
Assembly:
ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.3.27213.0
Syntax public double SyncIntervalMs { get; set; }
Public Property SyncIntervalMs As Double
Get
Set
public:
property double SyncIntervalMs {
double get ();
void set (double value);
}
member SyncIntervalMs : float with get, set
Property Value
Type:
DoubleSee Also