IReplicationTargetUseWriteThrough Property
|
Gets and sets if the system should write through any intermediate cache and go directly to disk during replication.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax bool UseWriteThrough { get; set; }
Property UseWriteThrough As Boolean
Get
Set
property bool UseWriteThrough {
bool get ();
void set (bool value);
}
abstract UseWriteThrough : bool with get, set
Property Value
Type:
BooleanSee Also