Click or drag to resize

EngineControlStatusConnectionId Property

This value is a unique ID that needs to be provided to the replication engine control methods for controlling the replication engine connection.

Namespace:  DoubleTake.Jobs.Contract
Assembly:  DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntax
public Guid ConnectionId { get; set; }

Property Value

Type: Guid
The connection id.
Remarks
This is a unique id that needs be provided to the engine control methods for controlling the engine connection represented by this instance.
See Also