 | ReplicationState Enumeration |
Replication state.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntaxpublic enum ReplicationState
Public Enumeration ReplicationState
public enum class ReplicationState
Members
| Member name | Value | Description |
---|
| NotReplicating | 0 |
The not replicating
|
| OutOfMemory | 1 |
The out of memory
|
| Pending | 2 |
The pending
|
| Replicating | 3 |
The replicating
|
| Unknown | 4 |
The unknown
|
| Watchdog | 5 |
The watchdog
|
| Ready | 6 |
The ready
|
See Also