TestimoX

API Reference

Class

ReplicationTopologyEdge

Namespace ADPlayground.Replication
Assembly ADPlayground
Modifiers sealed

Replication edge between two domain controllers for a specific naming context.

Inheritance

  • Object
  • ReplicationTopologyEdge

Constructors

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).