API Reference
Class
ReplicationTopologyEdge
Replication edge between two domain controllers for a specific naming context.
Inheritance
- Object
- ReplicationTopologyEdge
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property ReplicationTopologyReport.Edges
Constructors
public ReplicationTopologyEdge() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String From { get; set; } #Destination (replication target) domain controller.
public String To { get; set; } #Source (replication neighbor) domain controller.
public String NamingContext { get; set; } #Naming context (partition DN).
public ReplicationDirection Direction { get; set; } #Direction of the edge as reported by DRSR.
public Boolean Status { get; set; } #True when the last replication result indicates success.
public Int32 ConsecutiveFailures { get; set; } #Consecutive replication failures observed for this edge.
public Nullable<DateTime> LastSuccess { get; set; } #Last successful replication time (UTC) if known.
public Nullable<Int32> LastResult { get; set; } #Last replication result (0 for success, otherwise DSREPL error code).