Compartilhar via


VersionAttribute.IGrainInterfacePropertiesProviderAttribute.Populate Método

Definição

Adiciona propriedades de interface de granularidade a properties.

void IGrainInterfacePropertiesProviderAttribute.Populate (IServiceProvider services, Type type, System.Collections.Generic.Dictionary<string,string> properties);
abstract member Orleans.Metadata.IGrainInterfacePropertiesProviderAttribute.Populate : IServiceProvider * Type * System.Collections.Generic.Dictionary<string, string> -> unit
override this.Orleans.Metadata.IGrainInterfacePropertiesProviderAttribute.Populate : IServiceProvider * Type * System.Collections.Generic.Dictionary<string, string> -> unit
Sub Populate (services As IServiceProvider, type As Type, properties As Dictionary(Of String, String)) Implements IGrainInterfacePropertiesProviderAttribute.Populate

Parâmetros

services
IServiceProvider

O provedor de serviços.

type
Type
properties
Dictionary<String,String>

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

Implementações

Aplica-se a