Поделиться через


VersionAttribute.IGrainInterfacePropertiesProviderAttribute.Populate Метод

Определение

Добавляет свойства интерфейса 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

Параметры

services
IServiceProvider

Поставщик службы.

type
Type
properties
Dictionary<String,String>

Коллекция свойств, вызываемая этим методом, должна заполниться.

Реализации

Применяется к