次の方法で共有


GrainInterfaceTypeToGrainTypeResolver.TryGetGrainType メソッド

定義

指定された をGrainTypeGrainInterfaceType実装する を解決し、実装が見つかった場合は をtrue返します。それ以外の場合falseは を返します。

public bool TryGetGrainType (Orleans.Runtime.GrainInterfaceType interfaceType, out Orleans.Runtime.GrainType result);
member this.TryGetGrainType : Orleans.Runtime.GrainInterfaceType * GrainType -> bool
Public Function TryGetGrainType (interfaceType As GrainInterfaceType, ByRef result As GrainType) As Boolean

パラメーター

interfaceType
GrainInterfaceType
result
GrainType

戻り値

true 実装が見つかった場合は 。それ以外の場合 falseは 。

適用対象