Click or drag to resize
ApplicationOptions Properties

The ApplicationOptions type exposes the following members.

Properties
  Name Description
Public property AagInstances
This value is the instance name corresponding to the SQL AlwaysOn Availability Group Server. This value should never contain more than one entry.
Public property DnsRecordLocks
Do not use this property. Double-Take uses it internally.
Public property ExtensionData
Gets or sets the structure that contains extra data.
Public property IsAag
Do not use this property. Double-Take uses it internally.
Public property MonitoredServiceRepeatCount
This property is no longer used. See MonitoringOptions.ServiceMonitoringOptions.
Public property MonitoredServices
This property is no longer used. See MonitorConfiguration.ScriptMonitorName.
Public property MonitorScript
This property is no longer used. See CoreMonitorOptions.MonitorConfiguration.ScriptMonitorName.
Public property RestartService
This property is no longer used. See MonitoringOptions.ServiceMonitoringOptions.
Public property SourceDomain
This value is the source server's primary domain.
Public property SourceName
This value is the name of the source server.
Public property TargetDomain
This value is the target server's primary domain.
Public property TargetName
This value is the name of the target server.
Public property TestPostFailoverScript
This value is the path and name of the script to run after the target is brought online during a test failover.
Public property TestPostFailoverScriptArguments
This value is the arguments for the TestPostFailoverScript.
Public property TestPreFailbackScript
This value is the path and name of the script to run before failing back after a test failover.
Public property TestPreFailbackScriptArguments
This value is the arguments for the TestPreFailbackScript.
Top
See Also