Compartilhar via


PlacementAttribute.Populate Método

Definição

Adiciona propriedades de granularidade a properties.

public virtual 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 Overridable Sub Populate (services As IServiceProvider, grainClass As Type, grainType As GrainType, properties As Dictionary(Of String, String))

Parâmetros

services
IServiceProvider

O provedor de serviços.

grainClass
Type

A classe de granularidade.

grainType
GrainType

A ID do tipo granularidade.

properties
Dictionary<String,String>

A coleção de propriedades que chama para esse método deve preencher.

Implementações

Aplica-se a