次の方法で共有


RandomPlacementAttribute クラス

定義

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

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

注釈

これは既定の配置ポリシーであるため、この属性を通常のグレインに使用する必要はありません。

コンストラクター

RandomPlacementAttribute()

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

プロパティ

PlacementStrategy

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

(継承元 PlacementAttribute)

メソッド

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

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

(継承元 PlacementAttribute)

適用対象