Condividi tramite


VersionAttribute.IGrainInterfacePropertiesProviderAttribute.Populate Metodo

Definizione

Aggiunge proprietà dell'interfaccia granulare 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

Parametri

services
IServiceProvider

Provider del servizio.

type
Type
properties
Dictionary<String,String>

Raccolta delle proprietà che questa chiamata a questo metodo deve popolare.

Implementazioni

Si applica a