共用方式為


GrainTypeSharedContextResolver.GetComponents(GrainType) 方法

定義

傳回所提供細微性類型的共用細微性元件。

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

粒紋類型。

傳回

所提供類型之所有細微性的共用內容。

適用於