GrainInterfaceTypeResolver.GetGrainInterfaceTypeByConvention(Type) 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.
Gets a grain interface type based upon the default conventions.
public Orleans.Runtime.GrainInterfaceType GetGrainInterfaceTypeByConvention (Type type);
member this.GetGrainInterfaceTypeByConvention : Type -> Orleans.Runtime.GrainInterfaceType
Public Function GetGrainInterfaceTypeByConvention (type As Type) As GrainInterfaceType
Parameters
- type
- Type
The grain interface type.
Returns
The grain interface type name.