GrainTypePrefix.IsGrainService(GrainType) メソッド

定義

true型がグレイン サービスの場合は をfalse返します (そうでない場合)。

public static bool IsGrainService (this in Orleans.Runtime.GrainType type);
static member IsGrainService : GrainType -> bool
<Extension()>
Public Function IsGrainService (ByRef type As GrainType) As Boolean

パラメーター

type
GrainType

グレインの種類。

戻り値

true 型がグレイン サービスの場合は 。 false そうでない場合は 。

適用対象