PlacementAttribute.Populate メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
グレイン プロパティを に追加します properties
。
public virtual void Populate (IServiceProvider services, Type grainClass, Orleans.Runtime.GrainType grainType, System.Collections.Generic.Dictionary<string,string> properties);
abstract member Populate : IServiceProvider * Type * Orleans.Runtime.GrainType * System.Collections.Generic.Dictionary<string, string> -> unit
override this.Populate : IServiceProvider * Type * Orleans.Runtime.GrainType * System.Collections.Generic.Dictionary<string, string> -> unit
Public Overridable Sub Populate (services As IServiceProvider, grainClass As Type, grainType As GrainType, properties As Dictionary(Of String, String))
パラメーター
- services
- IServiceProvider
サービス プロバイダー。
- grainClass
- Type
グレイン クラス。
- grainType
- GrainType
グレインの種類 ID。
- properties
- Dictionary<String,String>
このメソッドを呼び出す properties コレクションを設定する必要があります。