ImmovableAttribute
class
Namespace: Orleans.Placement
Ensures that activations of this grain type will not be migrated automatically.
public sealed class ImmovableAttribute : Attribute, IGrainPropertiesProviderAttributeRemarks
Activations can still be migrated by user initiated code.
Constructors
ImmovableAttribute(ImmovableKind)Ensures that activations of this grain type will not be migrated automatically.
Properties
KindThe kind of immovability.
Methods
Populate(IServiceProvider, Type, GrainType, Dictionary<string, string>)Adds grain properties toproperties.
