Partager via


StateMigrationAttribute Classe

Définition

Indique si le service acteur participe à la migration d’état.

[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
Héritage
StateMigrationAttribute
Attributs

Constructeurs

StateMigrationAttribute(StateMigration)

Initialise une nouvelle instance de la classe StateMigrationAttribute.

Propriétés

StateMigration

Obtient l’énumération représentant le type de migration du service acteur.

S’applique à