PreferLocalPlacementAttribute 类

定义

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

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
public sealed class PreferLocalPlacementAttribute : Orleans.Placement.PlacementAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
type PreferLocalPlacementAttribute = class
    inherit PlacementAttribute
Public NotInheritable Class PreferLocalPlacementAttribute
Inherits PlacementAttribute
继承
PreferLocalPlacementAttribute
属性

构造函数

PreferLocalPlacementAttribute()

初始化 PreferLocalPlacementAttribute 类的新实例。

属性

PlacementStrategy

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

(继承自 PlacementAttribute)

方法

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

将 grain 属性添加到 properties

(继承自 PlacementAttribute)

适用于