GrainTypePrefix.IsSystemTarget 方法

定义

重载

IsSystemTarget(GrainId)

true如果 ID 表示系统目标,则返回 ;false否则返回 。

IsSystemTarget(GrainType)

true如果类型是系统目标,则返回 ;false否则返回 。

IsSystemTarget(GrainId)

true如果 ID 表示系统目标,则返回 ;false否则返回 。

public static bool IsSystemTarget (this in Orleans.Runtime.GrainId id);
static member IsSystemTarget : GrainId -> bool
<Extension()>
Public Function IsSystemTarget (ByRef id As GrainId) As Boolean

参数

id
GrainId

粒度 ID。

返回

true 如果类型是系统目标,则为 ; false 否则为 。

适用于

IsSystemTarget(GrainType)

true如果类型是系统目标,则返回 ;false否则返回 。

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

参数

type
GrainType

粒度类型。

返回

true 如果类型是系统目标,则为 ; false 否则为 。

适用于