共用方式為


PreferLocalPlacementAttribute 類別

定義

將粒紋類別標示為使用 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

將粒紋類別標示為使用 PreferLocalPlacement 原則。

(繼承來源 PlacementAttribute)

方法

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

將粒紋屬性新增至 properties

(繼承來源 PlacementAttribute)

適用於