Click or drag to resize
EngineControlStatusModel Class
Engine control status model.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsEngineControlStatusModel

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntax
public sealed class EngineControlStatusModel

The EngineControlStatusModel type exposes the following members.

Constructors
  NameDescription
Public methodEngineControlStatusModel
Initializes a new instance of the EngineControlStatusModel class
Top
Properties
  NameDescription
Public propertyCanPauseMirror
Gets or sets a value indicating whether mirroring can be paused on the engine connection represented by this instance.
Public propertyCanPauseTarget
Gets or sets a value indicating whether the target can be paused for the engine connection represented by this instance.
Public propertyCanPauseTransmission
Gets or sets a value indicating whether transmission can be paused on the engine connection represented by this instance.
Public propertyCanProcessOrphans
Gets or sets a value indicating whether orphans can be processed on the engine connection represented by this instance.
Public propertyCanResumeMirror
Gets or sets a value indicating whether mirroring can be resumed on the engine connection represented by this instance.
Public propertyCanResumeTarget
Gets or sets a value indicating whether the target can be resumed for the engine connection represented by this instance.
Public propertyCanResumeTransmission
Gets or sets a value indicating whether transmission can be resumed on the engine connection represented by this instance.
Public propertyCanSetBandwidth
Gets or sets a value indicating whether the bandwidth limit can be set on the engine connection represented by this instance.
Public propertyCanStartMirror
Gets or sets a value indicating whether mirroring can be started on the engine connection represented by this instance.
Public propertyCanStartTransmission
Gets or sets a value indicating whether transmission can be started on the engine connection represented by this instance.
Public propertyCanStopMirror
Gets or sets a value indicating whether mirroring can be stopped on the engine connection represented by this instance.
Public propertyCanTakeSnapshot
Gets or sets a value indicating whether a snapshot can be taken for the engine connection represented by this instance.
Public propertyCanUpdateShares
Gets or sets a value indicating whether shares can be updated.
Public propertyCanVerify
Gets or sets a value indicating whether verification can be performed on the engine connection represented by this instance.
Public propertyConnectionId
Gets or sets the connection id.
Public propertyRole
Gets or sets the role of the engine connection in the job.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also