GrainClassMap Constructor
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.
Initializes a new instance of the GrainClassMap class.
public GrainClassMap (Orleans.Serialization.TypeSystem.TypeConverter typeConverter, System.Collections.Immutable.ImmutableDictionary<Orleans.Runtime.GrainType,Type> classes);
new Orleans.Metadata.GrainClassMap : Orleans.Serialization.TypeSystem.TypeConverter * System.Collections.Immutable.ImmutableDictionary<Orleans.Runtime.GrainType, Type> -> Orleans.Metadata.GrainClassMap
Public Sub New (typeConverter As TypeConverter, classes As ImmutableDictionary(Of GrainType, Type))
Parameters
- typeConverter
- TypeConverter
The type converter.
- classes
- ImmutableDictionary<GrainType,Type>
The grain classes.