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

グレイン クラス。

戻り値

指定されたクラスのグレイン型。

適用対象