Click or drag to resize

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.5.94
Syntax
bool SimultaneousReplication { get; set; }

Property Value

Type: Boolean
Remarks

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