API Reference
Class
UnhealthyEdgeItem
Replication edge that needs operator attention because it failed or exceeded the stale threshold.
Inheritance
- Object
- UnhealthyEdgeItem
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 View.UnhealthyEdges
Constructors
public UnhealthyEdgeItem() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DestinationSite { get; set; } #Destination site.
public String DestinationServer { get; set; } #Destination server.
public String SourceSite { get; set; } #Source site.
public String SourceServer { get; set; } #Source server.
public String NamingContextDisplay { get; set; } #Friendly naming-context label.
public String Status { get; set; } #Computed status: Failed or Stale.
public Nullable<Double> LastSuccessAgeHours { get; set; } #Age of the last successful replication in hours when known.
public Int32 ConsecutiveFailures { get; set; } #Consecutive failure count.
public Int32 LastResult { get; set; } #Last replication result code.
public String LastResultName { get; set; } #Friendly replication result message.