Edit

Share via


AttributeGrainBindingsProvider.Populate Method

Definition

Adds grain properties to 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))

Parameters

grainClass
Type

The grain class.

grainType
GrainType

The grain type id.

properties
Dictionary<String,String>

The properties collection which calls to this method should populate.

Implements

Applies to