IGrainTypeProvider.TryGetGrainType(Type, GrainType) メソッド

定義

によって type識別されるクラスに対応するグレイン型を返します。

public bool TryGetGrainType (Type type, out Orleans.Runtime.GrainType grainType);
abstract member TryGetGrainType : Type * GrainType -> bool
Public Function TryGetGrainType (type As Type, ByRef grainType As GrainType) As Boolean

パラメーター

type
Type
grainType
GrainType

戻り値

適用対象