Поделиться через


KeepAliveAttribute Класс

Определение

При применении к типу реализации grain этот атрибут указывает, что активации grain не должны собираться сборщиком бездействующей активации.

[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
Наследование
KeepAliveAttribute
Атрибуты
Реализации

Конструкторы

KeepAliveAttribute()

При применении к типу реализации grain этот атрибут указывает, что активации grain не должны собираться сборщиком бездействующей активации.

Методы

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

Добавляет свойства grain в properties.

Применяется к