Click or drag to resize
EngineControlStatus Properties

The EngineControlStatus type exposes the following members.

Properties
  Name Description
Public property CanPauseMirror
This value is true if mirroring can be paused; otherwise, it is false.
Public property CanPauseTarget
This value is true if the target can be paused; otherwise, it is false.
Public property CanPauseTransmission
This value is true if transmission can be paused; otherwise, it is false.
Public property CanProcessOrphans
This value is true if the orphan file removal process can be started; otherwise, it is false.
Public property CanResumeMirror
This value is true if mirroring can be resumed; otherwise, it is false.
Public property CanResumeTarget
This value is true if the target can be resumed; otherwise, it is false.
Public property CanResumeTransmission
This value is true if transmission can be resumed; otherwise, it is false.
Public property CanSetBandwidth
This value is true if a bandwidth limit can be set; otherwise, it is false.
Public property CanStartMirror
This value is true if mirroring can be started; otherwise, it is false.
Public property CanStartTransmission
This value is true if transmission can be started; otherwise, it is false.
Public property CanStopMirror
This value is true if mirroring can be stopped; otherwise, it is false.
Public property CanTakeSnapshot
This value is true if the target can take a snapshot of the replica data; otherwise, it is false.
Public property CanUpdateShares
This value is true if source share information can be updated; otherwise, it is false.
Public property CanVerify
This value is true if verification of the source data to the target replica data can be started; otherwise, it is false.
Public property ConnectionId
This value is a unique ID that needs to be provided to the replication engine control methods for controlling the replication engine connection.
Public property ExtensionData
Gets or sets the structure that contains extra data.
Public property Role
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