ImmovableAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アクティブな再調整が有効になっている場合、このグレインの種類のアクティブ化が自動的に移行されないようにします。
[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>) |
|