AttributeGrainInterfaceTypeProvider.TryGetGrainInterfaceType メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した に GrainInterfaceType 対応する を取得します type
。
public bool TryGetGrainInterfaceType (Type type, out Orleans.Runtime.GrainInterfaceType grainInterfaceType);
abstract member TryGetGrainInterfaceType : Type * GrainInterfaceType -> bool
override this.TryGetGrainInterfaceType : Type * GrainInterfaceType -> bool
Public Function TryGetGrainInterfaceType (type As Type, ByRef grainInterfaceType As GrainInterfaceType) As Boolean
パラメーター
- type
- Type
グレイン インターフェイス型インスタンス。
- grainInterfaceType
- GrainInterfaceType
結果として得られるグレイン インターフェイス型識別子。
戻り値
true
指定された GrainInterfaceType 型に対応する が見つかった場合は 。それ以外の場合 false
は 。