共用方式為


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

細微性介面類別型。

傳回

細微性介面類別型名稱。

適用於