共用方式為


MigrationPhase Enum

Definition

Indicates actor service migration phase.

public enum MigrationPhase
type MigrationPhase = 
Public Enum MigrationPhase
Inheritance
MigrationPhase

Fields

Name Value Description
None 0

Migration not started.

Copy 1

Copy phase of migration.

Catchup 2

Catchup phase of migration.

Downtime 3

Downtime phase of migration.

Completed 4

Migration completed.

Applies to