GrainInterfaceTypeResolver.GetGrainInterfaceTypeByConvention(Type) 方法

定义

获取基于默认约定的 grain 接口类型。

public Orleans.Runtime.GrainInterfaceType GetGrainInterfaceTypeByConvention (Type type);
member this.GetGrainInterfaceTypeByConvention : Type -> Orleans.Runtime.GrainInterfaceType
Public Function GetGrainInterfaceTypeByConvention (type As Type) As GrainInterfaceType

参数

type
Type

grain 接口类型。

返回

grain 接口类型名称。

适用于