Compartir a través de


AttributeGrainBindingsProvider.Populate Método

Definición

Agrega propiedades de grano a 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))

Parámetros

grainClass
Type

Clase de grano.

grainType
GrainType

Identificador de tipo de grano.

properties
Dictionary<String,String>

La colección properties que llama a este método debe rellenarse.

Implementaciones

Se aplica a