HashBasedPlacementAttribute 类

定义

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

构造函数

HashBasedPlacementAttribute()

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

属性

PlacementStrategy

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

(继承自 PlacementAttribute)

方法

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

将 grain 属性添加到 properties

(继承自 PlacementAttribute)

适用于