次の方法で共有


GrainInterfaceTypeResolver.GetGrainInterfaceType(Type) メソッド

定義

指定されたインターフェイスの を GrainInterfaceType 返します。

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

パラメーター

type
Type

グレイン インターフェイス。

戻り値

GrainInterfaceType指定されたインターフェイスの 。

適用対象