API Reference
Class
ServerItem
Per-server replication posture item.
Inheritance
- Object
- ServerItem
Constructors
public ServerItem() #Obsolete("Constructors of types with required members are not supported in this version of your compiler.", true)Inherited Methods
Properties
public String DomainController { get; set; } #Destination domain controller name.
public Int32 NeighborCount { get; set; } #Total neighbors for this domain controller.
public Int32 FailedCount { get; set; } #Neighbors with a failed replication result.
public Int32 InsecureCount { get; set; } #Neighbors using non-RPC transport.
public Boolean IsStale { get; set; } #True when replication appears stale for this domain controller.
public Int32 MaxPendingOperations { get; set; } #Maximum pending operations across neighbors.
public Int32 DisabledConnections { get; set; } #Disabled inbound connection objects for this domain controller.
public Int32 KccFailureCount { get; set; } #Count of KCC failure strings returned for this domain controller.
public String TopError { get; set; } #Most frequent replication error.
public Nullable<DateTime> LastSuccessUtc { get; set; } #UTC timestamp of the latest successful replication when known.
public String WorstEdges { get; set; } #Short summary of the worst failing edges.