ImmovableAttribute クラス

定義

アクティブな再調整が有効になっている場合、このグレインの種類のアクティブ化が自動的に移行されないようにします。

[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
継承
ImmovableAttribute
属性
実装

注釈

アクティブ化は、ユーザーが開始したコードによって移行できます。

コンストラクター

ImmovableAttribute()

アクティブな再調整が有効になっている場合、このグレインの種類のアクティブ化が自動的に移行されないようにします。

メソッド

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

propertiesにグレイン プロパティを追加します。

適用対象