ClusterRefreshed(SiloAddress, IReadOnlyDictionary<SiloAddress, SiloRuntimeStatistics>)
public ClusterRefreshed(SiloAddress siloAddress, IReadOnlyDictionary<SiloAddress, SiloRuntimeStatistics> statistics) Event payload for when a silo completes refreshing statistics from all cluster members.
Parameters
siloAddressSiloAddress- The address of the silo that completed the refresh.
statisticsIReadOnlyDictionary<SiloAddress, SiloRuntimeStatistics>- The current cached cluster statistics.
