共用方式為


GrainTypeResolver.GetGrainType(Type) 方法

定義

傳回所提供類別的粒紋類型。

public Orleans.Runtime.GrainType GetGrainType (Type type);
member this.GetGrainType : Type -> Orleans.Runtime.GrainType
Public Function GetGrainType (type As Type) As GrainType

參數

type
Type

粒紋類別。

傳回

所提供類別的粒紋類型。

適用於