CycleStop(SiloAddress, int, int, double, TimeSpan, bool)
public CycleStop(SiloAddress siloAddress, int cycleNumber, int activationsMigrated, double entropyDeviation, TimeSpan elapsed, bool sessionCompleted) Event payload for when a rebalancing cycle completes.
Parameters
siloAddressSiloAddress- The address of the silo hosting the rebalancer.
cycleNumberint- The cycle number within the current session.
activationsMigratedint- The number of activations migrated during the cycle.
entropyDeviationdouble- The entropy deviation after the cycle.
elapsedTimeSpan- The time taken to complete the cycle.
sessionCompletedbool- Whether this cycle resulted in session completion.
