GrainClassMap
class
Namespace: Orleans.Metadata
Mapping between
GrainType and implementing System.Type. public class GrainClassMapConstructors
GrainClassMap(TypeConverter, ImmutableDictionary<GrainType, Type>)Initializes a new instance of theGrainClassMapclass.
Methods
TryGetGrainClass(GrainType, Type)Returns the grain class type corresponding to the provided grain type.
