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