PlacementAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
すべての配置ポリシー マーカー属性のベース。
[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>) |
グレイン プロパティを に追加します |