共用方式為


IGrainInterfacePropertiesProvider.Populate 方法

定義

將細微性介面屬性新增至 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>

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

適用於