次の方法で共有


IGrainInterfaceTypeProvider.TryGetGrainInterfaceType メソッド

定義

指定した に GrainInterfaceType 対応する を取得します type

public bool TryGetGrainInterfaceType (Type type, out Orleans.Runtime.GrainInterfaceType grainInterfaceType);
abstract member TryGetGrainInterfaceType : Type * GrainInterfaceType -> bool
Public Function TryGetGrainInterfaceType (type As Type, ByRef grainInterfaceType As GrainInterfaceType) As Boolean

パラメーター

type
Type

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

grainInterfaceType
GrainInterfaceType

結果として得られるグレイン インターフェイス型識別子。

戻り値

true 指定された GrainInterfaceType 型に対応する が見つかった場合は 。それ以外の場合 falseは 。

適用対象