Share via


PlacementAttribute Klasse

Definition

Basis für alle Attribute der Platzierungsrichtlinienmarkierung.

[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
Vererbung
PlacementAttribute
Abgeleitet
Attribute
Implementiert

Konstruktoren

PlacementAttribute(PlacementStrategy)

Basis für alle Attribute der Platzierungsrichtlinienmarkierung.

Eigenschaften

PlacementStrategy

Basis für alle Attribute der Platzierungsrichtlinienmarkierung.

Methoden

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

Fügt Korneigenschaften hinzu properties.

Gilt für: