API Reference
Class
StatusExplorer
Utilities that transform per‑connection replication results into health‑focused views.
Inheritance
- Object
- StatusExplorer
Methods
public static IReadOnlyList<ReplicationStatusInfo> GetStatusInfos(IEnumerable<String> servers, Boolean healthOnly) #Returns:
IReadOnlyList<ReplicationStatusInfo>Builds replication status info rows for the specified domain controllers.
Parameters
- servers System.Collections.Generic.IEnumerable{System.String}
- Server names to query for replication status.
- healthOnly System.Boolean
- When true, returns only non‑healthy results.
Returns
Flattened list of replication status info rows.