次の方法で共有


SiloRoleBasedPlacementAttribute クラス

定義

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

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

コンストラクター

SiloRoleBasedPlacementAttribute()

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

プロパティ

PlacementStrategy

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

(継承元 PlacementAttribute)

メソッド

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

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

(継承元 PlacementAttribute)

適用対象