次の方法で共有


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

インターフェイスの種類 ID。

properties
Dictionary<String,String>

このメソッドを呼び出すプロパティ コレクションを設定する必要があります。

適用対象