GrainInterfaceTypeResolver.GetGrainInterfaceType(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.
Returns the GrainInterfaceType for the provided interface.
public Orleans.Runtime.GrainInterfaceType GetGrainInterfaceType (Type type);
member this.GetGrainInterfaceType : Type -> Orleans.Runtime.GrainInterfaceType
Public Function GetGrainInterfaceType (type As Type) As GrainInterfaceType
Parameters
- type
- Type
The grain interface.
Returns
The GrainInterfaceType for the provided interface.