IGrainInterfacePropertiesProvider.Populate 方法

定义

将 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>

此调用此方法的属性集合应填充。

适用于