Click or drag to resize
ConnectionStatusModel Class
The connection status model.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsConnectionStatusModel

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

The ConnectionStatusModel type exposes the following members.

Constructors
  NameDescription
Public methodConnectionStatusModel
Initializes a new instance of the ConnectionStatusModel class
Top
Properties
  NameDescription
Public propertyAlive
Gets or sets a value indicating whether the connection is active.
Public propertyCmdRspQueueState
Gets or sets the QueueStateEnum of the command/response queue.
Public propertyConnectionMode
Gets or sets the connection mode.
Public propertyError
Gets or sets a value indicating whether the connection experienced a network error.
Public propertyInitialMirrorComplete
Gets or sets a value indicating whether an initial mirror has completed for the connection.
Public propertyIsRestoreRequired
Gets or sets a value indicating whether the source/target data may be out of sync and a restore is required.
Public propertyIsScheduled
Gets or sets a value indicating whether the transmission is in a scheduled state.
Public propertyMirrorQueueState
Gets or sets the QueueStateEnum of the mirror queue.
Public propertyMirrorSize
Gets or sets the size of the replication set in bytes, if it has been calculated.
Public propertyMirrorState
Gets or sets the operational state of the mirror.
Public propertyPeerMemoryLow
Gets or sets a value indicating whether there's low memory on the target.
Public propertyPendingAckQueueFull
Gets or sets a value indicating whether the pending ACK queue is full.
Public propertyReplicationQueueState
Gets or sets the QueueStateEnum of the replication queue.
Public propertyReplicationState
Gets or sets the operational state of replication.
Public propertyRestoring
Gets or sets a value indicating whether the connection represented by this ConnectionStatusModel is restoring.
Public propertyRetransmitQueueState
Gets or sets the QueueStateEnum of the retransmit queue.
Public propertyStartTime
Gets or sets the start time.
Public propertyTargetState
Gets or sets the known operational states of the connection target.
Public propertyTransmissionMode
Gets or sets the operational state of replication and mirror.
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