GrainInterfaceTypeResolver Class
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.
Associates a GrainInterfaceType with a Type.
public class GrainInterfaceTypeResolver
type GrainInterfaceTypeResolver = class
Public Class GrainInterfaceTypeResolver
- Inheritance
-
GrainInterfaceTypeResolver
Constructors
GrainInterfaceTypeResolver(IEnumerable<IGrainInterfaceTypeProvider>, TypeConverter) |
Initializes a new instance of the GrainInterfaceTypeResolver class. |
Methods
GetGrainInterfaceType(Type) |
Returns the GrainInterfaceType for the provided interface. |
GetGrainInterfaceTypeByConvention(Type) |
Gets a grain interface type based upon the default conventions. |