Click or drag to resize
ServiceMonitoringOptions Class
A data contract representing the options for monitoring services on a source.
Inheritance Hierarchy
SystemObject
  DoubleTake.Jobs.ContractServiceMonitoringOptions

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

The ServiceMonitoringOptions type exposes the following members.

Constructors
  NameDescription
Public methodServiceMonitoringOptions
Top
Properties
  NameDescription
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyRepeatCount
This value is the number of times to repeat the call to retrieve the service status.
Public propertyServices
This value represents the services that should be monitored.
Public propertyStartService
This value is true if the monitored service should be started if it is stopped; otherwise, it is false.
Top
See Also