Skip to content

CycleStart Constructors

Event payload for when a rebalancing cycle starts.

CycleStart(SiloAddress, int)

View source
public CycleStart(SiloAddress siloAddress, int cycleNumber)
Event payload for when a rebalancing cycle starts.

Parameters

siloAddressSiloAddress
The address of the silo hosting the rebalancer.
cycleNumberint
The cycle number within the current session.