IReplicatorSimultaneousReplication Property
|
Gets and sets whether to simultaneously or sequentially perform replications on its
Targets.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool SimultaneousReplication { get; set; }
Property SimultaneousReplication As Boolean
Get
Set
property bool SimultaneousReplication {
bool get ();
void set (bool value);
}
abstract SimultaneousReplication : bool with get, set
Property Value
Type:
BooleanRemarks In general, simultaneous replication takes less time but may occupy significant IO bandwidth, especially when replicating from an SAN or to all remote locations.
See Also