Partager via


VersionAttribute.IGrainInterfacePropertiesProviderAttribute.Populate Méthode

Définition

Ajoute des propriétés d’interface de grain à 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

Paramètres

services
IServiceProvider

Fournisseur de services.

type
Type
properties
Dictionary<String,String>

La collection de propriétés que cette méthode appelle doit être renseignée.

Implémente

S’applique à