AttributeGrainBindingsProvider.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 de grain à properties
.
public void Populate (Type grainClass, Orleans.Runtime.GrainType grainType, System.Collections.Generic.Dictionary<string,string> properties);
abstract member Populate : Type * Orleans.Runtime.GrainType * System.Collections.Generic.Dictionary<string, string> -> unit
override this.Populate : Type * Orleans.Runtime.GrainType * System.Collections.Generic.Dictionary<string, string> -> unit
Public Sub Populate (grainClass As Type, grainType As GrainType, properties As Dictionary(Of String, String))
Paramètres
- grainClass
- Type
Classe de grain.
- grainType
- GrainType
ID de type de grain.
- properties
- Dictionary<String,String>
La collection properties qui appelle cette méthode doit être renseignée.