TestimoX

API Reference

Class

ReplicationStatusInfo

Namespace ADPlayground
Assembly ADPlayground

Basic replication status details for a domain controller.

Inheritance

  • Object
  • ReplicationStatusInfo

Remarks

See usage examples in the unit tests for typical scenarios.

Constructors

Properties

public String Server { get; set; } #

Gets or sets the server name.

public String SourceDsa { get; set; } #

Gets or sets the source DSA name.

public String DestinationDsa { get; set; } #

Gets or sets the destination DSA name.

public ActiveDirectoryTransportType TransportType { get; set; } #

Gets or sets the replication transport type.

public DateTime LastSuccessfulSync { get; set; } #

Gets or sets the time of the last successful sync.

public DateTime LastFailureTime { get; set; } #

Gets or sets the time of the last failure if any.

public ReplicationHealthStatus Status { get; set; } #

Gets or sets the overall replication health status.

public String FailureMessage { get; set; } #

Gets or sets the descriptive failure message.