次の方法で共有


ResourceOptimizedPlacementAttribute クラス

定義

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

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

コンストラクター

ResourceOptimizedPlacementAttribute()

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

プロパティ

PlacementStrategy

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

(継承元 PlacementAttribute)

メソッド

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

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

(継承元 PlacementAttribute)

適用対象