GrainTypeSharedContextResolver.GetComponents(GrainType) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回提供的 grain 类型的共享 grain 组件。
public Orleans.Runtime.GrainTypeSharedContext GetComponents (Orleans.Runtime.GrainType grainType);
member this.GetComponents : Orleans.Runtime.GrainType -> Orleans.Runtime.GrainTypeSharedContext
Public Function GetComponents (grainType As GrainType) As GrainTypeSharedContext
参数
- grainType
- GrainType
粒度类型。
返回
所提供类型的所有粒度的共享上下文。