IGrainInterfacePropertiesProvider.Populate 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將細微性介面屬性新增至 properties
。
public void Populate (Type interfaceType, Orleans.Runtime.GrainInterfaceType grainInterfaceType, System.Collections.Generic.Dictionary<string,string> properties);
abstract member Populate : Type * Orleans.Runtime.GrainInterfaceType * System.Collections.Generic.Dictionary<string, string> -> unit
Public Sub Populate (interfaceType As Type, grainInterfaceType As GrainInterfaceType, properties As Dictionary(Of String, String))
參數
- interfaceType
- Type
介面型別。
- grainInterfaceType
- GrainInterfaceType
介面類別型識別碼。
- properties
- Dictionary<String,String>
這個呼叫這個方法的屬性集合應該填入。