GetRebalancingReport(bool)
abstract
public abstract ValueTask<RebalancingReport> GetRebalancingReport(bool force = false) Returns the rebalancing report.
The report can lag behind if you choose a session cycle period less than Orleans.Placement.Rebalancing.IActivationRebalancerMonitor.WorkerReportPeriod.
Parameters
forcebool- If set to
truereturns the most current report.
