GrainTypeSharedContextResolver.GetComponents(GrainType) Method

Definition

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.

Applies to