TestimoX

API Reference

Class

FailingEdgeItem

Namespace ADPlayground.Replication.ForestReplicationPostureService
Assembly ADPlayground
Modifiers sealed

Per-edge replication failure item.

Inheritance

  • Object
  • FailingEdgeItem

Constructors

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.