IActivationRebalancer Interface
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.
A gateway to interface with the activation rebalancer.
public interface IActivationRebalancer
type IActivationRebalancer = interface
Public Interface IActivationRebalancer
Remarks
This is available only on the silo.
Methods
GetRebalancingReport(Boolean) |
Returns the rebalancing report. The report can lag behind if you choose a session cycle period less than Orleans.Placement.Rebalancing.IActivationRebalancerMonitor.WorkerReportPeriod. |
ResumeRebalancing() | Orleans.Placement.Rebalancing.IActivationRebalancerWorker.ResumeRebalancing |
SubscribeToReports(IActivationRebalancerReportListener) |
Subscribe to activation rebalancer reports. |
SuspendRebalancing(Nullable<TimeSpan>) | Orleans.Placement.Rebalancing.IActivationRebalancerWorker.SuspendRebalancing(System.Nullable{System.TimeSpan}) |
UnsubscribeFromReports(IActivationRebalancerReportListener) |
Unsubscribe from activation rebalancer reports. |