ImmovableAttribute Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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 |