ImmovableAttribute Constructors
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.
Overloads
ImmovableAttribute() | |
ImmovableAttribute(ImmovableKind) |
Ensures that activations of this grain type will not be migrated automatically. |
ImmovableAttribute()
public ImmovableAttribute();
Public Sub New ()
Applies to
ImmovableAttribute(ImmovableKind)
Ensures that activations of this grain type will not be migrated automatically.
public ImmovableAttribute(Orleans.Placement.ImmovableKind kind = Orleans.Placement.ImmovableKind.Any);
new Orleans.Placement.ImmovableAttribute : Orleans.Placement.ImmovableKind -> Orleans.Placement.ImmovableAttribute
Public Sub New (Optional kind As ImmovableKind = Orleans.Placement.ImmovableKind.Any)
Parameters
- kind
- ImmovableKind
Remarks
Activations can still be migrated by user initiated code.