次の方法で共有


HashBasedPlacementAttribute クラス

定義

ポリシーを使用するようにグレイン クラスを 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()

ポリシーを使用するようにグレイン クラスを HashBasedPlacement マークします。

プロパティ

PlacementStrategy

ポリシーを使用するようにグレイン クラスを HashBasedPlacement マークします。

(継承元 PlacementAttribute)

メソッド

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

グレイン プロパティを に properties追加します。

(継承元 PlacementAttribute)

適用対象