API Reference
ReplicationNeighborInfo
Simplified view of replication neighbor details.
Inheritance
- Object
- ReplicationNeighborInfo
Remarks
See usage examples in the unit tests for typical scenarios.
Constructors
public ReplicationNeighborInfo() #Inherited Methods
Properties
public String SourceServer { get; set; } #Gets or sets the source domain controller.
public String DestinationServer { get; set; } #Gets or sets the destination domain controller.
public String NamingContext { get; set; } #Gets or sets the naming context being replicated.
public ActiveDirectoryTransportType TransportType { get; set; } #Gets or sets the transport type used for replication.
public ActiveDirectorySchedule Schedule { get; set; } #Gets or sets the replication schedule if available.
public DateTime LastAttemptedSync { get; set; } #Gets or sets the time of the last attempted synchronization.
public String SourceSite { get; set; } #Gets or sets the source domain controller site name when known.
public String DestinationSite { get; set; } #Gets or sets the destination domain controller site name when known.
public Guid SourceInvocationId { get; set; } #Gets or sets the invocation ID of the source DSA (when available).
public DateTime LastSuccessfulSync { get; set; } #Gets or sets the time of the last successful synchronization.
public DateTime LastFailureTime { get; set; } #Gets or sets the time of the last failed synchronization.
public Int32 ConsecutiveFailureCount { get; set; } #Gets or sets the consecutive failure count reported by the DC.
public DsReplErrorCode LastSyncResult { get; set; } #Gets or sets the error code from the last synchronization attempt.
public String ErrorName { get; set; } #Gets or sets the error name/message reported for the last attempt (best effort).
public Int32 PendingOperations { get; set; } #Gets or sets pending replication operations for this naming context (best effort).
public ReplicationDirection Direction { get; set; } #Gets or sets the direction of replication.