 | ReMonitorActionEnum Enumeration |
Used to specify the action to take after a failback has completed.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic enum ReMonitorActionEnum
Public Enumeration ReMonitorActionEnum
public enum class ReMonitorActionEnum
Members
| Member name | Value | Description |
---|
| Remove | 0 |
Indicates that we want to remove the monitor (stop monitoring).
|
| Resume | 1 |
Indicates that we want to resume monitoring.
|
See Also