API Reference
Class
FailingEdgeItem
Per-edge replication failure item.
Inheritance
- Object
- FailingEdgeItem
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.FailingEdges
Constructors
public FailingEdgeItem() #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 NamingContext { get; set; } #Raw naming context.
public String TransportType { get; set; } #Transport type string.
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.
public Nullable<DateTime> LastSuccessTimeUtc { get; set; } #Last success UTC timestamp when known.