StateMigrationAttribute Class
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 whether the actor service participates in state migration.
[System.AttributeUsage(System.AttributeTargets.Class, Inherited=false)]
public sealed class StateMigrationAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, Inherited=false)>]
type StateMigrationAttribute = class
inherit Attribute
Public NotInheritable Class StateMigrationAttribute
Inherits Attribute
- Inheritance
-
StateMigrationAttribute
- Attributes
Constructors
StateMigrationAttribute(StateMigration) |
Initializes a new instance of the StateMigrationAttribute class. |
Properties
StateMigration |
Gets the enum representing type of actor service migration. |