Partager via


PlacementAttribute Classe

Définition

Base pour tous les attributs de marqueur de stratégie de placement.

[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
Héritage
PlacementAttribute
Dérivé
Attributs
Implémente

Constructeurs

PlacementAttribute(PlacementStrategy)

Base pour tous les attributs de marqueur de stratégie de placement.

Propriétés

PlacementStrategy

Base pour tous les attributs de marqueur de stratégie de placement.

Méthodes

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

Ajoute des propriétés de grain à properties.

S’applique à