 | ReMonitorActionEnum Enumeration |
Used to specify the action to take after a failback has completed.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.2.0.814 (8.2.0.814)
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