GigaSpaces XAP.NET Documentation
ReplicationOperatingMode Enumeration
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.SpaceReplicationOperatingMode
Determines the replication current operating mode
Declaration Syntax
C#Visual BasicVisual C++J#
public enum ReplicationOperatingMode
Public Enumeration ReplicationOperatingMode
public enum class ReplicationOperatingMode
public enum ReplicationOperatingMode
Members
MemberDescription
Sync
Synchronous replication.

Async
Channel is operating in asynchronous mode, if the channel original type is synchronous this means that there is compromised data that is currently being replicated asynchronously, once the synchronous state is restored there is no more compromised data.

ReliableAsync
Channel is operating in reliable asynchronous mode which means there is at least one active synchronous backup that keeps the replication redo log for this channel in case of a failure.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.0.0.0 (12.0.0.16000)