Partager via


IGrainInterfacePropertiesProvider.Populate Méthode

Définition

Ajoute des propriétés d’interface de 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))

Paramètres

interfaceType
Type

Type de l'interface.

grainInterfaceType
GrainInterfaceType

ID de type d’interface.

properties
Dictionary<String,String>

La collection de propriétés que cette méthode appelle doit être renseignée.

S’applique à