Edit

Share via


IGrainInterfacePropertiesProvider.Populate Method

Definition

Adds grain interface properties to properties.

public void Populate (Type interfaceType, Orleans.Runtime.GrainInterfaceType grainInterfaceType, System.Collections.Generic.Dictionary<string,string> properties);
abstract member Populate : Type * Orleans.Runtime.GrainInterfaceType * System.Collections.Generic.Dictionary<string, string> -> unit
Public Sub Populate (interfaceType As Type, grainInterfaceType As GrainInterfaceType, properties As Dictionary(Of String, String))

Parameters

interfaceType
Type

The interface type.

grainInterfaceType
GrainInterfaceType

The interface type id.

properties
Dictionary<String,String>

The properties collection which this calls to this method should populate.

Applies to