StateMigrationAttribute(StateMigration) Constructor
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.
Initializes a new instance of the StateMigrationAttribute class.
public StateMigrationAttribute (Microsoft.ServiceFabric.Actors.Runtime.Migration.StateMigration stateMigration);
new Microsoft.ServiceFabric.Actors.Runtime.Migration.StateMigrationAttribute : Microsoft.ServiceFabric.Actors.Runtime.Migration.StateMigration -> Microsoft.ServiceFabric.Actors.Runtime.Migration.StateMigrationAttribute
Public Sub New (stateMigration As StateMigration)
Parameters
- stateMigration
- StateMigration
Indicates an actor service is source or target for migration.