Click or drag to resize
EngineControlStatus Class
Represents the status of an engine connection used by a job.
Inheritance Hierarchy
SystemObject
  DoubleTake.Jobs.ContractEngineControlStatus

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

The EngineControlStatus type exposes the following members.

Constructors
  NameDescription
Public methodEngineControlStatus
Top
Properties
  NameDescription
Public propertyCanPauseMirror
This value is true if mirroring can be paused; otherwise, it is false.
Public propertyCanPauseTarget
This value is true if the target can be paused; otherwise, it is false.
Public propertyCanPauseTransmission
This value is true if transmission can be paused; otherwise, it is false.
Public propertyCanProcessOrphans
This value is true if the orphan file removal process can be started; otherwise, it is false.
Public propertyCanResumeMirror
This value is true if mirroring can be resumed; otherwise, it is false.
Public propertyCanResumeTarget
This value is true if the target can be resumed; otherwise, it is false.
Public propertyCanResumeTransmission
This value is true if transmission can be resumed; otherwise, it is false.
Public propertyCanSetBandwidth
This value is true if a bandwidth limit can be set; otherwise, it is false.
Public propertyCanStartMirror
This value is true if mirroring can be started; otherwise, it is false.
Public propertyCanStartTransmission
This value is true if transmission can be started; otherwise, it is false.
Public propertyCanStopMirror
This value is true if mirroring can be stopped; otherwise, it is false.
Public propertyCanTakeSnapshot
This value is true if the target can take a snapshot of the replica data; otherwise, it is false.
Public propertyCanUpdateShares
This value is true if source share information can be updated; otherwise, it is false.
Public propertyCanVerify
This value is true if verification of the source data to the target replica data can be started; otherwise, it is false.
Public propertyConnectionId
This value is a unique ID that needs to be provided to the replication engine control methods for controlling the replication engine connection.
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyRole
This value is the role of the replication engine for the job. Jobs may use more than one replication engine connection in their operation. This property provides a way to differentiate between the replication engine connections for display purposes.
Top
See Also