GrainTypeResolver.GetGrainType(Type) 方法

定义

返回提供的类的粒度类型。

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

参数

type
Type

grain 类。

返回

提供的类的粒度类型。

适用于