Skip to content

Removed Constructors

Event payload for when a silo's statistics are removed from the cache.

Removed(SiloAddress, SiloAddress)

View source
public Removed(SiloAddress removedSilo, SiloAddress observerSilo)
Event payload for when a silo's statistics are removed from the cache.

Parameters

removedSiloSiloAddress
The address of the silo whose statistics were removed.
observerSiloSiloAddress
The address of the silo that removed the statistics.