GrainInterfaceTypeResolver.GetGrainInterfaceTypeByConvention(Type) メソッド

定義

既定の規則に基づいてグレイン インターフェイス型を取得します。

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

パラメーター

type
Type

グレイン インターフェイスの種類。

戻り値

グレイン インターフェイスの型名。

適用対象