RebalancerStatus Enum
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.
The status of the Orleans.Placement.Rebalancing.IActivationRebalancerWorker.
[Orleans.GenerateSerializer]
public enum RebalancerStatus
[<Orleans.GenerateSerializer>]
type RebalancerStatus =
Public Enum RebalancerStatus
- Inheritance
-
RebalancerStatus
- Attributes
Fields
Name | Value | Description |
---|---|---|
Executing | 0 | It is executing. |
Suspended | 1 | It is suspended. |