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添加粒度属性。

适用于