Click or drag to resize
FailbackOptions Class
Represents the options used when failing back a job.
Inheritance Hierarchy
SystemObject
  DoubleTake.Jobs.ContractFailbackOptions

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

The FailbackOptions type exposes the following members.

Constructors
  NameDescription
Public methodFailbackOptions
Top
Properties
  NameDescription
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyNewMonitorOptions
This value represents the options for configuring failover monitoring after a job has been restored to a new source server.
Top
See Also