IGrainInterfacePropertiesProvider.Populate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.