共用方式為


AttributeGrainPropertiesProvider.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

細微性類型識別碼。

properties
Dictionary<String,String>

呼叫這個方法的屬性集合應該填入。

實作

適用於