Compartir a través de


IGrainInterfacePropertiesProvider.Populate Método

Definición

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

Parámetros

interfaceType
Type

Tipo de la interfaz.

grainInterfaceType
GrainInterfaceType

Identificador de tipo de interfaz.

properties
Dictionary<String,String>

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

Se aplica a