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


AttributeGrainBindingsProvider.Populate Метод

Определение

Добавляет свойства grain в properties.

public void Populate (Type grainClass, Orleans.Runtime.GrainType grainType, System.Collections.Generic.Dictionary<string,string> properties);
abstract member Populate : Type * Orleans.Runtime.GrainType * System.Collections.Generic.Dictionary<string, string> -> unit
override this.Populate : Type * Orleans.Runtime.GrainType * System.Collections.Generic.Dictionary<string, string> -> unit
Public Sub Populate (grainClass As Type, grainType As GrainType, properties As Dictionary(Of String, String))

Параметры

grainClass
Type

Класс grain.

grainType
GrainType

Идентификатор типа grain.

properties
Dictionary<String,String>

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

Реализации

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