共用方式為


KeepAliveAttribute 類別

定義

套用至粒紋實作類型時,這個屬性會指定閑置啟用收集器不應該收集粒紋的啟用。

[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()

套用至粒紋實作類型時,這個屬性會指定閑置啟用收集器不應該收集粒紋的啟用。

方法

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

將粒紋屬性新增至 properties

適用於