GrainTypeSharedContextResolver.GetComponents(GrainType) 方法

定义

返回提供的 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

粒度类型。

返回

所提供类型的所有粒度的共享上下文。

适用于