Click or drag to resize

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)
Syntax
public enum ReMonitorActionEnum
Members
  Member nameValueDescription
Remove0 Indicates that we want to remove the monitor (stop monitoring).
Resume1 Indicates that we want to resume monitoring.
See Also