IReplicatorSimultaneousReplication Property
|
Gets and sets whether to simultaneously or sequentially perform replications on its
Targets.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool 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
Boolean
RemarksIn 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