Skip to content

ClusterRefreshed Constructors

Event payload for when a silo completes refreshing statistics from all cluster members.

ClusterRefreshed(SiloAddress, IReadOnlyDictionary<SiloAddress, SiloRuntimeStatistics>)

View source
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.