ImmovableAttribute 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.
Assicura che quando è abilitato il ribilanciamento attivo, le attivazioni di questo tipo di granularità non verranno migrate automaticamente.
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
public sealed class ImmovableAttribute : Attribute, Orleans.Metadata.IGrainPropertiesProviderAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
type ImmovableAttribute = class
inherit Attribute
interface IGrainPropertiesProviderAttribute
Public NotInheritable Class ImmovableAttribute
Inherits Attribute
Implements IGrainPropertiesProviderAttribute
- Ereditarietà
-
ImmovableAttribute
- Attributi
- Implementazioni
Commenti
È comunque possibile eseguire la migrazione delle attivazioni tramite codice avviato dall'utente.
Costruttori
ImmovableAttribute() |
Assicura che quando è abilitato il ribilanciamento attivo, le attivazioni di questo tipo di granularità non verranno migrate automaticamente. |
Metodi
Populate(IServiceProvider, Type, GrainType, Dictionary<String,String>) |
Aggiunge proprietà granulari a |