PlacementAttribute 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.
Base para todos os atributos de marcador de política de posicionamento.
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
public abstract class PlacementAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
public abstract class PlacementAttribute : Attribute, Orleans.Metadata.IGrainPropertiesProviderAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
type PlacementAttribute = class
inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
type PlacementAttribute = class
inherit Attribute
interface IGrainPropertiesProviderAttribute
Public MustInherit Class PlacementAttribute
Inherits Attribute
Public MustInherit Class PlacementAttribute
Inherits Attribute
Implements IGrainPropertiesProviderAttribute
- Herança
-
PlacementAttribute
- Derivado
- Atributos
- Implementações
Construtores
PlacementAttribute(PlacementStrategy) |
Base para todos os atributos de marcador de política de posicionamento. |
Propriedades
PlacementStrategy |
Base para todos os atributos de marcador de política de posicionamento. |
Métodos
Populate(IServiceProvider, Type, GrainType, Dictionary<String,String>) |
Adiciona propriedades de granularidade a |