SyncStrategy
An enumeration defining the strategy that will implement the replication protocol. A SyncStrategy defines the behavior for both sides of the replication protocol.
Entries
Link copied to clipboard
Content copied to clipboard
A SyncStrategy that syncs between two sites, and stops when all the advertised events (before the I.Ready message) have been sent or received. You'll typically want to use this for foreground, user-initiated one-shot sync.
Link copied to clipboard
Content copied to clipboard
A SyncStrategy that stops sync between two sites only whenever the other side closes the communication channel. You'll typically want to use this for background sync.