RandomPlacementAttribute 类

定义

将 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
属性

注解

这是默认放置策略,因此不需要将此属性用于普通粒度。

构造函数

RandomPlacementAttribute()

将 grain 类标记为使用 RandomPlacement 策略。

属性

PlacementStrategy

将 grain 类标记为使用 RandomPlacement 策略。

(继承自 PlacementAttribute)

方法

Populate(IServiceProvider, Type, GrainType, Dictionary<String,String>)

将 grain 属性添加到 properties

(继承自 PlacementAttribute)

适用于