StateMigrationAttribute Class

Definition

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.

Applies to