Skip to content

ImmovableAttribute

class

Namespace: Orleans.Placement

Ensures that activations of this grain type will not be migrated automatically.
public sealed class ImmovableAttribute : Attribute, IGrainPropertiesProviderAttribute

Remarks

Activations can still be migrated by user initiated code.

Constructors

Properties

  • Kind The kind of immovability.

Methods