共用方式為


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

適用於