Click or drag to resize
TargetServicesOptions Class
Represents options for configuring how target services function after failover.
Inheritance Hierarchy
SystemObject
  DoubleTake.Jobs.ContractTargetServicesOptions

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

The TargetServicesOptions type exposes the following members.

Constructors
  NameDescription
Public methodTargetServicesOptions
Top
Properties
  NameDescription
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyFailoverServices
This value represents services that will be stopped on the source and started on the target during failover and started on the source and stopped on the target during failback.
Public propertyStartAndStopServices
This value is true if the services will be stopped and started; otherwise, it is false (and the services will be left running).
Top
See Also