IActivationRebalancer.GetRebalancingReport(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the rebalancing report.
The report can lag behind if you choose a session cycle period less than Orleans.Placement.Rebalancing.IActivationRebalancerMonitor.WorkerReportPeriod.
public System.Threading.Tasks.ValueTask<Orleans.Placement.Rebalancing.RebalancingReport> GetRebalancingReport(bool force = false);
abstract member GetRebalancingReport : bool -> System.Threading.Tasks.ValueTask<Orleans.Placement.Rebalancing.RebalancingReport>
Public Function GetRebalancingReport (Optional force As Boolean = false) As ValueTask(Of RebalancingReport)
Parameters
- force
- Boolean
If set to true
returns the most current report.
Returns
Remarks
Using force
incurs an asynchronous operation.