IGrainInterfacePropertiesProvider.Populate 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 grain 接口属性添加到 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
接口类型 ID。
- properties
- Dictionary<String,String>
此调用此方法的属性集合应填充。