PlacementAttribute Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Base per tutti gli attributi dell'indicatore di criterio di posizionamento.
[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
- Ereditarietà
-
PlacementAttribute
- Derivato
- Attributi
- Implementazioni
Costruttori
PlacementAttribute(PlacementStrategy) |
Base per tutti gli attributi dell'indicatore di criterio di posizionamento. |
Proprietà
PlacementStrategy |
Base per tutti gli attributi dell'indicatore di criterio di posizionamento. |
Metodi
Populate(IServiceProvider, Type, GrainType, Dictionary<String,String>) |
Aggiunge proprietà granulari a |