IGrainPropertiesProviderAttribute.Populate 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將粒紋屬性新增至 properties
。
public 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
Public Sub Populate (services As IServiceProvider, grainClass As Type, grainType As GrainType, properties As Dictionary(Of String, String))
參數
- services
- IServiceProvider
服務提供者。
- grainClass
- Type
粒紋類別。
- grainType
- GrainType
粒紋類型識別碼。
- properties
- Dictionary<String,String>
呼叫這個方法的屬性集合應該填入。