API Reference
Class
ReplicationQueryIssue
Describes a query failure or suppression for a specific domain controller.
Inheritance
- Object
- ReplicationQueryIssue
Constructors
public ReplicationQueryIssue() #Inherited Methods
Properties
public String DomainController { get; set; } #Domain controller that failed or was suppressed.
public ReplicationDataSource DataSource { get; set; } #Data source that failed.
public ReplicationQueryFailureKind FailureKind { get; set; } #Failure classification.
public Nullable<Int32> ErrorCode { get; set; } #Underlying error code, when available.
public String ErrorMessage { get; set; } #Underlying error message, when available.
public Boolean Suppressed { get; set; } #True when the query was suppressed due to a cooldown.
public Nullable<DateTimeOffset> RetryAfterUtc { get; set; } #When suppression ends and retries are allowed again (UTC).