GetDetailedHosts(bool)
abstract
public abstract Task<MembershipEntry[]> GetDetailedHosts(bool onlyActive = false) Get the list of silo hosts and membership information currently known about in this cluster.
Parameters
onlyActivebool- Whether data on just current active silos should be returned, or by default data for all current and previous silo instances [including those in Joining or Dead status].
Returns
The host entries.
