API Reference
Class
QueryIssueItem
Query issue item for replication collection.
Inheritance
- Object
- QueryIssueItem
Constructors
public QueryIssueItem() #Inherited Methods
Properties
public String DomainController { get; set; } #Domain controller that failed or was suppressed.
public String DataSource { get; set; } #Replication data source.
public String FailureKind { get; set; } #Failure kind.
public Nullable<Int32> ErrorCode { get; set; } #Underlying error code.
public String ErrorMessage { get; set; } #Underlying error message.
public Boolean Suppressed { get; set; } #True when the issue was suppressed due to cooldown.
public Nullable<DateTimeOffset> RetryAfterUtc { get; set; } #When retries are allowed again.