次の方法で共有


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)

適用対象