IGrainTypeProvider 接口

定义

GrainType 与 grain 类相关联。

public interface IGrainTypeProvider
type IGrainTypeProvider = interface
Public Interface IGrainTypeProvider
派生

方法

TryGetGrainType(Type, GrainType)

返回与 由 type标识的类对应的粒度类型。

适用于