Compartir a través de


KeepAliveAttribute Clase

Definición

Cuando se aplica a un tipo de implementación de grano, este atributo especifica que el recopilador de activación inactiva no debe recopilar las activaciones del grano.

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

Constructores

KeepAliveAttribute()

Cuando se aplica a un tipo de implementación de grano, este atributo especifica que el recopilador de activación inactiva no debe recopilar las activaciones del grano.

Métodos

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

Agrega propiedades de grano a properties.

Se aplica a