AttributeGrainBindingsProvider.Populate メソッド

定義

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

public void Populate (Type grainClass, Orleans.Runtime.GrainType grainType, System.Collections.Generic.Dictionary<string,string> properties);
abstract member Populate : Type * Orleans.Runtime.GrainType * System.Collections.Generic.Dictionary<string, string> -> unit
override this.Populate : Type * Orleans.Runtime.GrainType * System.Collections.Generic.Dictionary<string, string> -> unit
Public Sub Populate (grainClass As Type, grainType As GrainType, properties As Dictionary(Of String, String))

パラメーター

grainClass
Type

グレイン クラス。

grainType
GrainType

グレインの種類 ID。

properties
Dictionary<String,String>

このメソッドを呼び出す properties コレクションを設定する必要があります。

実装

適用対象