Determines the replication current operating mode
            
| C# | Visual Basic | Visual C++ | J# | 
public enum ReplicationOperatingMode
Public Enumeration ReplicationOperatingMode
public enum class ReplicationOperatingMode
public enum ReplicationOperatingMode
| Member | Description | 
|---|---|
| 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. 
              | 
