KeepAliveAttribute Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Lorsqu’il est appliqué à un type d’implémentation de grain, cet attribut spécifie que les activations du grain ne doivent pas être collectées par le collecteur d’activation inactif.
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
public class KeepAliveAttribute : Attribute, Orleans.Metadata.IGrainPropertiesProviderAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
type KeepAliveAttribute = class
inherit Attribute
interface IGrainPropertiesProviderAttribute
Public Class KeepAliveAttribute
Inherits Attribute
Implements IGrainPropertiesProviderAttribute
- Héritage
-
KeepAliveAttribute
- Attributs
- Implémente
Constructeurs
KeepAliveAttribute() |
Lorsqu’il est appliqué à un type d’implémentation de grain, cet attribut spécifie que les activations du grain ne doivent pas être collectées par le collecteur d’activation inactif. |
Méthodes
Populate(IServiceProvider, Type, GrainType, Dictionary<String,String>) |
Ajoute des propriétés de grain à |