Compartilhar via


ImmovableAttribute Classe

Definição

Garante que, quando o reequilíbrio ativo estiver habilitado, as ativações desse tipo de grão não serão migradas automaticamente.

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
public sealed class ImmovableAttribute : Attribute, Orleans.Metadata.IGrainPropertiesProviderAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
type ImmovableAttribute = class
    inherit Attribute
    interface IGrainPropertiesProviderAttribute
Public NotInheritable Class ImmovableAttribute
Inherits Attribute
Implements IGrainPropertiesProviderAttribute
Herança
ImmovableAttribute
Atributos
Implementações

Comentários

As ativações ainda podem ser migradas pelo código iniciado pelo usuário.

Construtores

ImmovableAttribute()

Garante que, quando o reequilíbrio ativo estiver habilitado, as ativações desse tipo de grão não serão migradas automaticamente.

Métodos

Populate(IServiceProvider, Type, GrainType, Dictionary<String,String>)

Adiciona propriedades de granulação a properties.

Aplica-se a