GrainTypeSharedContextResolver.GetComponents(GrainType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns shared grain components for the provided grain type.
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
Parameters
- grainType
- GrainType
The grain type.
Returns
The shared context for all grains of the provided type.