ReentrantAttribute.Populate Metodo

Definizione

Aggiunge proprietà granulari a properties.

public void Populate (IServiceProvider services, Type grainClass, Orleans.Runtime.GrainType grainType, System.Collections.Generic.Dictionary<string,string> properties);
abstract member Populate : IServiceProvider * Type * Orleans.Runtime.GrainType * System.Collections.Generic.Dictionary<string, string> -> unit
override this.Populate : IServiceProvider * Type * Orleans.Runtime.GrainType * System.Collections.Generic.Dictionary<string, string> -> unit
Public Sub Populate (services As IServiceProvider, grainClass As Type, grainType As GrainType, properties As Dictionary(Of String, String))

Parametri

services
IServiceProvider

Provider del servizio.

grainClass
Type

Classe granulare.

grainType
GrainType

ID tipo di granularità.

properties
Dictionary<String,String>

La raccolta delle proprietà che chiama a questo metodo deve essere popolata.

Implementazioni

Si applica a