Edit

Share via


GrainInterfaceTypeResolver.GetGrainInterfaceTypeByConvention(Type) Method

Definition

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.

Applies to