IGrainInterfacePropertiesProvider.Populate Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.