StateMigration 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.
Indicates actor service migration state.
public enum StateMigration
type StateMigration =
Public Enum StateMigration
- Inheritance
-
StateMigration
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | Actor service is not migration ready. |
| Source | 1 | Actor service is migration ready and configured as source service. |
| Target | 2 | Actor service is migration ready and configured as target service. |