HashBasedPlacementAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 grain 类标记为使用 HashBasedPlacement 策略。
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
public sealed class HashBasedPlacementAttribute : Orleans.Placement.PlacementAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
type HashBasedPlacementAttribute = class
inherit PlacementAttribute
Public NotInheritable Class HashBasedPlacementAttribute
Inherits PlacementAttribute
- 继承
- 属性
构造函数
HashBasedPlacementAttribute() |
将 grain 类标记为使用 HashBasedPlacement 策略。 |
属性
PlacementStrategy |
将 grain 类标记为使用 HashBasedPlacement 策略。 (继承自 PlacementAttribute) |
方法
Populate(IServiceProvider, Type, GrainType, Dictionary<String,String>) |
将 grain 属性添加到 |