API Reference
ReplicationStatusReport
Represents detailed replication status information for a domain controller.
Inheritance
- Object
- ReplicationStatusReport
Remarks
See usage examples in the unit tests for typical scenarios.
Constructors
public ReplicationStatusReport() #Inherited Methods
Properties
public String Server { get; set; } #Gets or sets the source server name.
public String SourceSite { get; set; } #Gets or sets the site name of the source server.
public String DestinationSite { get; set; } #Gets or sets the site name of the destination server.
public String DestinationServer { get; set; } #Gets or sets the destination server name.
public ActiveDirectoryTransportType TransportType { get; set; } #Gets or sets the replication transport.
public String NamingContext { get; set; } #Gets or sets the naming context being replicated.
public DsReplErrorCode LastSyncResult { get; set; } #Gets or sets the result code from the last synchronization attempt.
public String LastSyncMessage { get; set; } #Gets or sets the last synchronization message.
public ReplicationHealthStatus Status { get; set; } #Gets or sets the overall replication health status.
public DateTime LastSuccessfulSync { get; set; } #Gets or sets the timestamp of the last successful synchronization.
public TimeSpan TimeSinceLastSuccess { get; set; } #Gets or sets the time elapsed since the last successful synchronization.
public String FailureMessage { get; set; } #Gets or sets a combined failure message when replication is not healthy or secure.
public String FriendlySummary { get; } #Gets a user friendly summary of the replication status.