次の方法で共有


PlacementAttribute クラス

定義

すべての配置ポリシー マーカー属性のベース。

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
public abstract class PlacementAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
public abstract class PlacementAttribute : Attribute, Orleans.Metadata.IGrainPropertiesProviderAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
type PlacementAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
type PlacementAttribute = class
    inherit Attribute
    interface IGrainPropertiesProviderAttribute
Public MustInherit Class PlacementAttribute
Inherits Attribute
Public MustInherit Class PlacementAttribute
Inherits Attribute
Implements IGrainPropertiesProviderAttribute
継承
PlacementAttribute
派生
属性
実装

コンストラクター

PlacementAttribute(PlacementStrategy)

すべての配置ポリシー マーカー属性のベース。

プロパティ

PlacementStrategy

すべての配置ポリシー マーカー属性のベース。

メソッド

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

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

適用対象