Click or drag to resize

MonitoringOptions Class

Represents the options for monitoring services.
Inheritance Hierarchy
SystemObject
  DoubleTake.Jobs.ContractMonitoringOptions

Namespace:  DoubleTake.Jobs.Contract
Assembly:  DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntax
public class MonitoringOptions : IExtensibleDataObject

The MonitoringOptions type exposes the following members.

Constructors
  NameDescription
Public methodMonitoringOptions
Top
Properties
  NameDescription
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyServiceMonitoringEnabled
This value is true if the service monitoring method for failover monitoring is enabled; otherwise it is false.
Public propertyServiceMonitoringOptions
This value represents the options used for the service monitoring method for failover monitoring.
Top
See Also