Compartir a través de


PlacementAttribute Clase

Definición

Base para todos los atributos de marcador de directiva de selección de ubicación.

[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
Herencia
PlacementAttribute
Derivado
Atributos
Implementaciones

Constructores

PlacementAttribute(PlacementStrategy)

Base para todos los atributos de marcador de directiva de selección de ubicación.

Propiedades

PlacementStrategy

Base para todos los atributos de marcador de directiva de selección de ubicación.

Métodos

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

Agrega propiedades de grano a properties.

Se aplica a